Question: Run Project management database Run 4 tables based on the diagram below Include all of constraints based on the ERD diagram and based on your
- Run Project management database
- Run 4 tables based on the diagram below
- Include all of constraints based on the ERD diagram and based on your assumptions
- Include primary key and foreign key
- Use identity function for the primary key in the Project table
- Populate each table with 5-10 records
project Pname: varchar(15) Pnumber: int(11) Plocation varchar(15) Dnum: int(11) department Dname: varchar(15) Dnumber: int(11) Mgr_ssn: char(9) Mgr_start_date: date HI ++ ++ works_on Essn: char(9) Pno: int(11) Hours: decimal(3, 1) employee Fname: varchar(100) Minit char(1) Lname: varchar(100) Ssn char(9) Bdate: date Adress: varchar(100) Sex: char(1) Salary: decimal(10, 2) Super_ssn: char(9) Dno: int(11)
Step by Step Solution
3.40 Rating (150 Votes )
There are 3 Steps involved in it
Based on the EntityRelationship Diagram ERD provided we can write the SQL statements to create the four tables with all the necessary constraints incl... View full answer
Get step-by-step solutions from verified subject matter experts
