Information Technology Database Management SQL Activity
Points: (17pts)
Perform the following queries for the Videos database that is provided. Please note that two files are
provided, one id for Libreoffice base and the other is for Microsoft Access. Please choose the appropriate
file.
Note: For queries that require more than one table please remember to include your relationship.
Instructions:
1. Create a query to show all films in the database. Name the query as “Query01”. (2 pts).
2. List all customers in ascending order by last name, show first name, last name, video id, title, type
code, date rented, and rental fee for all action videos. Name the query as “Query02”. (3 pts.)
3. Display the names (First and Last) and address of all female customers who rented tapes beginning
with a “D”. Name the query as “Query03”. (4 pts.)
4. Display all customers whose last name begins with a “B”. Display the First and Last Name, Address
and Gender. Name the query as “Query04”. (4 pts).
5. List all the videos that are of type Drama. Display the Title, Type Description (not the code), the
Cost and the Quantity. Name the query as “Query05”. (4 pts).