SQL commands can be classified into four groups :-
- DDL - Data Definition Language :
- CREATE - Creates new table, view of tables and other objects in database
- ALTER - Used to modify or change an existing database objects such as tables.
- DROP - Used to delete tables or views or other object in the database.