The document contains SQL statements to drop existing tables, create new tables, and insert sample data into the tables for a banking database with customers, accounts, account owners, branches, and employees. Tables are created for customer, account, owner, branch, and employee with attributes like name, address, account numbers, balances etc. Sample data is then inserted into each table.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
60 views3 pages
SQL DBMS Assignment
The document contains SQL statements to drop existing tables, create new tables, and insert sample data into the tables for a banking database with customers, accounts, account owners, branches, and employees. Tables are created for customer, account, owner, branch, and employee with attributes like name, address, account numbers, balances etc. Sample data is then inserted into each table.