Some of The Most Important SQL Commands

Actuary Forums Forums Learnings Softwares SQL Course Some of The Most Important SQL Commands

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #22692
    Mayank Goyal
    Keymaster

      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
    Viewing 1 post (of 1 total)
    • You must be logged in to reply to this topic.

    Actuary Forums Forums Learnings Softwares SQL Course Some of The Most Important SQL Commands