Create a new table named ScheduledClients to contain client’s name, the scheduled date of service, task ID, description of the service, and the quoted price.

CMPTR
3rd Edition
ISBN:9781337681872
Author:PINARD
Publisher:PINARD
Chapter17: Creating A Database
Section: Chapter Questions
Problem 8QY
icon
Related questions
Question
  1. Create a new table named ScheduledClients to contain client’s name, the scheduled date of service, task ID, description of the service, and the quoted price.

 

Expert Solution
Step 1

 


CREATE TABLE ScheduledClients AS SELECT c.ClientName AS ClientName, o.ScheduledDate AS ScheduledDate, o.TaskID AS TaskID, t.Description AS Description, t.Price AS Price FROM OrderLine o JOIN WorkOrders w ON o.OrderNum=w.OrderNum JOIN Client c ON w.ClientNum=c.ClientNum JOIN Task t ON t.TaskID=o.TaskID;

trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Table
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
CMPTR
CMPTR
Computer Science
ISBN:
9781337681872
Author:
PINARD
Publisher:
Cengage
Oracle 12c: SQL
Oracle 12c: SQL
Computer Science
ISBN:
9781305251038
Author:
Joan Casteel
Publisher:
Cengage Learning
A Guide to SQL
A Guide to SQL
Computer Science
ISBN:
9781111527273
Author:
Philip J. Pratt
Publisher:
Course Technology Ptr
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning
Np Ms Office 365/Excel 2016 I Ntermed
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:
9781337508841
Author:
Carey
Publisher:
Cengage