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

  1. Run Project management database
  2. Run 4 tables based on the diagram below 
    1. Include all of constraints based on the ERD diagram and based on your assumptions
    2. Include primary key and foreign key
    3. Use identity function for the primary key in the Project table
  3. Populate each table with 5-10 records
  4. project Pname: varchar(15) Pnumber: int(11) Plocation varchar(15) Dnum: int(11) department Dname: varchar(15) 

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

1 Expert Approved Answer
Step: 1 Unlock

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

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!