DBMS - Assignment - Roshan Kumar Thapa - 1
DBMS - Assignment - Roshan Kumar Thapa - 1
Assignment
SQL Database Implementation for IT Company Management System
• Translate each entity from the ERD into SQL tables with appropriate data
types and constraints.
• Add Foreign Key constraints to enforce the relationships identified in the
ERD
• Implement any additional constraints mentioned in the ERD.
• Provide the SQL script for creating the database, tables, relationships, and
constraints.
• Include sample data insertion statements for each table.
• Write queries to retrieve information like all employees working on a
project, projects managed by a team lead, etc.on: SQL Database
Implementation for IT Company Management System
This assignment assesses your ability to translate ERD concepts into a working
relational database using SQL. Ensure that your SQL script accurately reflects
the specified requirements and constraints.
Example Queries