engineering computer science MCQ #805

Which SQL command is used to retrieve data from a database table?

engineering computer science MCQ #805

  1. Question 1

    Q1. Which SQL command is used to retrieve data from a database table?

    • A) SELECT
    • B) INSERT
    • C) UPDATE
    • D) DELETE

    Answer: SELECT

    Explanation: SELECT command is used to retrieve data from a database table, allowing you to specify the columns and rows to be retrieved.