Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

SQL List the plan number, event number, work date, and activity of event plans meeting the following two conditions: ( 1 ) the work date

SQL List the plan number, event number, work date, and activity of event plans meeting the following two conditions: (1) the work date is in December 2013 and (2) the event is held in the Basketball arena. Your query must not use the facility number (F101) of the basketball arena in the WHERE clause. Pretend that the user knows only the facility name, not the facility number. Thus, the WHERE clause should not have a condition involving the facility number compared to a constant (F101).
List the event number, event date, status, and estimated cost of events where there is an event plan managed by Mary Manager and the event is held in the basketball arena in the period October 1 to December 31,2013. Your query must not use the facility number (F101) of the basketball arena or the employee number (E101) of Mary Manager in the WHERE clause. Pretend that the user knows only facility name and employee name, not the facility number and employee number. Thus, the WHERE clause should not have conditions involving the facility number or employee number compared to constant values.
List the plan number, line number, resource name, number of resources (eventplanline.number), locationname, time start, and time end where the event is held at the basketball arena, the event plan has activity of activity of Operation, and the event plan has a work date in the period October 1 to December 31,2013. Your query must not use the facility number (F101) of the basketball arena in the WHERE clause. Thus, the WHERE clause should not have a condition involving the facility number to a constant (F101). EventRequest
EventPlan
EventPlanLine
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Databases Illuminated

Authors: Catherine M. Ricardo, Susan D. Urban, Karen C. Davis

4th Edition

1284231585, 978-1284231588

More Books

Students also viewed these Databases questions

Question

How do Data Types perform data validation?

Answered: 1 week ago

Question

How does Referential Integrity work?

Answered: 1 week ago