Multiple Choice
Consider the following two tables where EmployeeNum is primary key in both tables. What is the result of combining the two tables??Employee (EmployeeNum, LastName, FirstName, WageRate, SocSecNum, DepartmentNum) ?Employee (EmployeeNum, LastName, FirstName, Street, City, State, PostalCode)
A) Employee (EmployeeNum, LastName, FirstName, WageRate, SocSecNum, DepartmentNum, (Street, City, PostalCode) )
B) Employee (EmployeeNum, LastName, FirstName, WageRate, SocSecNum, DepartmentNum, Street, City, State, PostalCode)
C) Employee (EmployeeNum, LastName, FirstName, Street, City, State, PostalCode, WageRate, SocSecNum)
D) Employee (EmployeeNum, LastName, FirstName, WageRate, SocSecNum, DepartmentNum, EmployeeNum, LastName, FirstName, Street, City, State, PostalCode )
Correct Answer:

Verified
Correct Answer:
Verified
Q5: Suppose you have the following two tables
Q6: The crucial issue in making the determination
Q7: When implementing the physical-level design, for secondary
Q8: On an E-R diagram, _ entities have
Q9: What does it mean when an entity
Q11: A foreign key is a column or
Q12: Which type of key is usually an
Q13: When are nulls used?<br>A) when a numeric
Q14: When designing a database, you might find
Q15: Which of the following is a set