engineering computer science MCQ #878

Which SQL statement is used to retrieve data from a database?

engineering computer science MCQ #878

  1. Question 1

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

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

    Answer: SELECT

    Explanation: The SELECT statement is used to retrieve data from a database, allowing for various query options.