Some of The Most Important SQL Commands

 

Some of The Most Important SQL Commands

  • SELECT - extracts data from a database
  • UPDATE - updates data in a database
  • DELETE - deletes data from a database
  • INSERT INTO - inserts new data into a database
  • CREATE DATABASE - creates a new database
  • ALTER DATABASE - modifies a database
  • CREATE TABLE - creates a new table
  • ALTER TABLE - modifies a table
  • DROP TABLE - deletes a table
  • CREATE INDEX - creates an index (search key)
  • DROP INDEX - deletes an index


Vive All SQL Commands Explain

  • SELECT Statement -                          See
  • UPDATE Statement -                          See
  • DELETE Statement -                       See
  • INSERT INTO Statement -                  See 
  • CREATE DATABASE Statement -            See 
  • ALTER DATABASE Statement -           See
  • CREATE TABLE Statement -             See
  • ALTER TABLE Statement -              See
  • DROP TABLE Statement -                See
  • CREATE INDEX Statement -             See
  • DROP INDEX Statement -                See







Post a Comment

Previous Post Next Post