Which of the following symbol is used with SELECT command of SQL, to retrieve…

2024

Which of the following symbol is used with SELECT command of SQL, to retrieve all the attribute values of the selected tuples?

Answer: C. *In SQL, SELECT * retrieves all attributes or columns from the selected tuples.

  1. A.

    #

  2. B.

    %

  3. C.

    *

  4. D.

    :

Attempted by 1260 students.

Show answer & explanation

Correct answer: C

In SQL, SELECT * retrieves all attributes or columns from the selected tuples.

Explore the full course: Rssb Basic Computer Instructor

Loading lesson…