MySQL Lab Exercise Class 12
MySQL Lab Exercise Class 12
MySQL Lab Exercise Class 12
1. MySQL is a
RDBMS
4. A database
Contains tables
9. DDL is
A part of SQL
Table: Loan_Accounts
AccN Cust_Name Loan_Amoun Instalments Int_Rat Interest_Date
o t e
1 R.K. Gupta 300000 36 12.00 19-07-2009
2 S.P. Sharma 500000 58 10.00 22-03-2008
3 K.P. Jain 300000 36 NULL 08-03-2007
4 M.P. Yadav 800000 60 10.00 06-12-2008
5 S.P. Sinha 200000 36 12.50 03-01-2010
6 P. Sharma 700000 60 12.50 05-06-2008
7 K.S. Dhall 500000 48 NULL 05-03-2008
1. Create the database LOANS