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.
- A.
#
- B.
%
- C.
*
- D.
:
Attempted by 1105 students.
Show answer & explanation
Correct answer: C
In SQL, SELECT * retrieves all attributes or columns from the selected tuples.
Loading lesson…