1. Data Definition Language(DDL) Statements: (Create table, Alter
2. Describe statement: To view the structure of the table created table, Drop table) 3.Data Manipulation Language(DML) Statements 4.Data Query Language(DQL) Statements: (Select statement with operations like Where clause, Order by, Logical operators, Scalar functions and Aggregate functions) 5.Transaction Control Language(TCL) statements: (Commit(make changes permanent),Rollback (undo) 6.Aggregating data using group function. 7.Displaying data from multiple tables. 8.Creating cursor 9.Creating procedure and functions 10.Creating packages and triggers 11.Write ER Digram and Databsse(Tables) with relationship for Library Managent System.