DATABASE MANAGEMENT SYSTEM
Create 2 tables customer with fields customer_id, customer_name, customer_street, customer_city and depositor customer_id, account_number, balance Set relation between the two tables:
Perform the following query:
1) Show the records of depositor tables?
2) Show customer_id, customer_street, account_number, balance whose customer_id is between c00001 and c00002?
3) Show depositor table whose customer_street is 'mg-road'?