Question: The below sample data in third normal form was provided by a database designer. Answer the below questions using this data and assume that
The below sample data in third normal form was provided by a database designer. Answer the below questions using this data and assume that the below data will exist in the tables. Table: TeamMember Primary key: TeamMemberID TeamMemberID Team MemberName TeamMemberEmail 1 Joe Bloggs joe@theoffice.com 2 Samantha Smith sam@theoffice.com 3 Pete Ngwenya pete@theoffice.com Table: Task Primary key: TaskID Foreign key: Team MemberID TaskID Description Duration StartDate TeamMemberID 1 Build login screen 4 2022-05-06 1 2 Implement inventory 10 2022-05-15 1 management 3 Add logo to splahs 1 2022-05-06 2 screen Q.6.2.1 Write a SQL statement to create the table Task. Hint: The sample data should give you an indication of the data types you should use. (10)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
