What are the different types of SQL commands?

Question

can you help me with this question

Answer ( 1 )

    0
    2025-02-22T05:58:48+00:00

    SQL commands are categorized into five types:

    • DDL (Data Definition Language): CREATE, ALTER, DROP, TRUNCATE
    • DML (Data Manipulation Language): SELECT, INSERT, UPDATE, DELETE
    • DCL (Data Control Language): GRANT, REVOKE
    • TCL (Transaction Control Language): COMMIT, ROLLBACK, SAVEPOINT
    • DQL (Data Query Language): SELECT

Leave an answer