CBSE Class 11 Informatics Practices
Question 37 of 87
Structured Query Language (SQL) — Question 18
Back to all questionsAll data from the table
Reason — The asterisk symbol (*) is a wildcard character in SQL that retrieves all columns or fields from a table. When used in a SELECT statement, it returns all columns and rows from the specified table.