Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Q.6.3 Assume that all the statements from Q.6.2 have been executed on the database. Q.6.3.1 Write a SQL statement to get the list of
Q.6.3 Assume that all the statements from Q.6.2 have been executed on the database. Q.6.3.1 Write a SQL statement to get the list of all the team members in the database. Include only the name and email address of the team members. The Independent Institute of Education (Pty) Ltd 2022 21; 22; 23 Q.6.3.2 Write a SQL statement to get the list of all the tasks that started after 2022-05-10. Include all the columns from the task table. Q.6.3.3 Write a SQL statement that returns a list of the team members with all their tasks. Include the team member's name and the description of the task in the results. Q.6.3.4 Write a SQL statement to get a list of the tasks in the database, arranged by duration from largest to smallest. Include all the columns from the Task table. Q.6.3.5 Write a SQL statement to get the total duration of all the tasks that Pag Primary key: Team MemberID Team MemberID 1 2 3 Team MemberName Joe Bloggs Samantha Smith Pete Ngwenya Table: Task Primary key: TaskID Foreign key: Team MemberID TaskID 1 2 3 Description Build login screen Implement inventory management Add logo to splahs screen Duration StartDate 4 10 Team MemberEmail joe@theoffice.com sam@theoffice.com pete@theoffice.com 1 Team MemberID 2022-05-06 1 2022-05-15 1 2022-05-06 2
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started