SQL Revision Sheet

  • SQL Revision Sheet

    SQL Revision Sheet

    DDL Commands Data Definition Commands is used to do structural changes to a database. CREATE TABLE This command is used to create a new table in the database. ALTER TABLE This command is used to add, delete/drop or modify columns in an existing table. DROP TABLE This command is used to delete a table and

    Read more about SQL Revision Sheet