Download as odt, pdf, or txt
Download as odt, pdf, or txt
You are on page 1of 4

Technological Institute of the Philippines

Database Management System 1 (CPE301)

Exercise 4: Joining Tables

Name: Ruiz, Mark Daniel Date: 2/18/2020


Course and Section: CPE301/CPE31FA1 Instructor: Engr. Alonica R. Villanueva

1) Display the Customer Record with the corresponding Agent.


2) Display the orders record with customer name and agent name.

3) Display Customer order records including with no orders.


4) Display the customer records that show the agent name. Make sure to include the customer
without agent.

5) Insert new agent.

6) Display the list of customers from each agent. Make sure to include agent with no customer.

7) Display the order records including the customer name of agent lucida.

8) Display the customer records including the agent name with minimum outstanding payment of
5000.
9) Display the list of customers (customer name) who ordered between January 16 and 20

You might also like