engineering computer science MCQ #1259

What is the purpose of a SQL query?

engineering computer science MCQ #1259

  1. Question 1

    Q1. What is the purpose of a SQL query?

    • A) To create a database schema
    • B) To insert, update, or delete data
    • C) To retrieve specific data
    • D) To optimize database performance

    Answer: To retrieve specific data

    Explanation: A SQL query is used to retrieve specific data from a database, using commands such as SELECT, FROM, and WHERE to filter and manipulate data.