Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Using various SQL commands that you have learned, perform the following SQL queries: Need to CREATE all tables INSERT all tuples of data After

Using various SQL commands that you have learned, perform the following SQL queries: 


●Need to CREATE all tables 


● INSERT all tuples of data After you have created all your tables and data, run SQL statements to perform the following: 


● DELETE one row of data from each table 


● UPDATE one row of data from each table 


● ALTER one table by adding a new attribute 


● Prepare SELECT statement to display: 


A. The total number of guests currently staying at the hotel. 


B. List the names of all the guests currently staying at the hotel. 


C. List the names of the staff that provide housekeeping services in the hotel. 


D. List the name of the guests along with the room number they have reserved and arrange them in alphabetical order. 


E. list the details of a reservation that was done on 01/03/2020 including the main guest's name, number of guests and room details . 


F. List the type of rooms the hotel has and how frequently they are booked. 


G. List details of all staff members that are not in a management position. 


H. which guest stayed longer in the hotel

Step by Step Solution

3.41 Rating (157 Votes )

There are 3 Steps involved in it

Step: 1

Certainly here are the SQL commands to create tables insert data and perform the requested queries You can customize these queries based on your speci... 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

Concepts of Database Management

Authors: Philip J. Pratt, Mary Z. Last

8th edition

1285427106, 978-1285427102

Students also viewed these Databases questions

Question

What is meant by organisational theory ?

Answered: 1 week ago

Question

What is meant by decentralisation of authority ?

Answered: 1 week ago

Question

Briefly explain the qualities of an able supervisor

Answered: 1 week ago

Question

Define policy making?

Answered: 1 week ago

Question

Define co-ordination?

Answered: 1 week ago

Question

Define functional dependence.

Answered: 1 week ago