Q. In the following SQL command "*" stands for?
SELECT * FROM person;
SELECT * FROM person;
β
Correct Answer: (A)
Retrieve all data from the table
Explanation: This question asks about the meaning of the asterisk (*) symbol in a SQL query.