Question
-- QUESTION 5 -- ========== -- -- Report how much each cinema took on the 12th August, the report should -- include the name of
-- QUESTION 5
-- ==========
--
-- Report how much each cinema took on the 12th August, the report should
-- include the name of the cinema and the value of the takings in the report.
-- Order by highest takings first. The output should also be formatted as
-- shown below.
--
-- Cinema Takings on August 12
-- ------------------------------ ----------------------
-- Masterton Multiplex 5,731
-- The Glory Showhouse 2,424
-- Grange Cinema 1,974
-- Treban Picturehouse 1,719
-- Marvale Rex 1,005
--
-- Hint: Use the format operator (L) to create the use of the
-- symbol.
--
-- Solution Test:
--
-- Type your query below:
Cinema Screen Contains PK Cinema_Name PKFK Cinema Location PK Screen Year_Opened Capacity FK Manager Presents Employs V Manages Staff Showing PK Employee_No PK Showing_No Name IO FK Cinema Address FK Screen Phone_No FK Film_No DOB Supervises v Date_Joined Salary A FK Supervisor shown at Part of FK Cinema Performance PKFK Showing No Film PK Performance_Date PK Film_No Performance_Time Film_Name IH Takings Classification Duration Attendees Description Year_ReleasedStep 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