SQL Important Statements

  • Create
        To used create new database and table.
  • Select
        To used select table in database.
  • Insert     
        To insert rows/records in table.
  • Update    
       To update rows/records in table.
  • Delete      
       To delete rows/records in table.
  • Drop       
      To used to delete objects from the database.
  • Alter 
        It is used to change the content in the table.