Which SQL statement is used to select specific columns and rows from a table?

2024

Which SQL statement is used to select specific columns and rows from a table?

  1. A.

    CREATE TABLE

  2. B.

    INSERT INTO

  3. C.

    UPDATE

  4. D.

    SELECT

Attempted by 172 students.

Show answer & explanation

Correct answer: D

The SELECT statement is used to retrieve specific columns and rows from a database table. Its basic syntax includes SELECT column_name FROM table_name WHERE condition.

Explore the full course: Niacl Ao It Specialist