The document outlines SQL commands to create a database named ECOBANK and four tables: Employee, Customer, Loan, and Savings. Each table includes various fields with specific data types and constraints. There are some syntax errors, such as 'AUTO_INCREAMENT' which should be 'AUTO_INCREMENT' and 'IF NOT EXIST' which should be 'IF NOT EXISTS'.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
6 views2 pages
Database
The document outlines SQL commands to create a database named ECOBANK and four tables: Employee, Customer, Loan, and Savings. Each table includes various fields with specific data types and constraints. There are some syntax errors, such as 'AUTO_INCREAMENT' which should be 'AUTO_INCREMENT' and 'IF NOT EXIST' which should be 'IF NOT EXISTS'.