engineering computer science MCQ #705

Which of the following is a type of SQL command?

engineering computer science MCQ #705

  1. Question 1

    Q1. Which of the following is a type of SQL command?

    • A) DML
    • B) DDL
    • C) DCL
    • D) All of the above

    Answer: All of the above

    Explanation: DML (Data Manipulation Language), DDL (Data Definition Language), and DCL (Data Control Language) are all types of SQL commands used for different purposes.