Skip to main content
Sl.No.Aim of the ExperimentURLDOEDOS
1To install MySQL Database Management System and understand its basic components30/12/202501/01/2026
2To create a basic database and perform simple operations01/01/202606/01/2026
3To study and implement various data types in SQL06/01/202608/01/2026
4To study and implement various data constraints in SQL08/01/202613/01/2026
5To write SQL queries for table creation and modification13/01/202616/01/2026
6To demonstrate the use of various DML operations i.e., insertion, deletion, and updating16/01/202627/01/2026
7To demonstrate the use of various DML operations i.e., select, where, and, or, not, order by, and insert into27/01/202603/02/2026
8To demonstrate the use of aggregate functions i.e., min, max, count, sum, and average03/02/202606/02/2026
9To demonstrate the use of aggregate functions i.e., like, wildcards, in, and between06/02/202610/02/2026
Read these first
  • The lines starting with -- are comments or explanations and are not mandatory.
    Writing comments is optional!