Pages

Showing posts with label sql. Show all posts
Showing posts with label sql. Show all posts

Monday, 11 March 2013

SQL commands classification

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.