11
11
i) Create the above tables by properly specifying the primary keys and foreign keys.
ii) Enter atleast five tuples for each relation.
iii) Find all the customers who have atleast two accounts at the main branch.
iv) Find all customer who have an account at all the branches located in a specific city.
v) Demonstrate how to delete all account tuples at every branch located in specific city.
i).
SQL> commit;
Commit complete.
COMMIT;
Table created.
Table created.