CBSE Class 12 Informatics Practices
Question 49 of 103
Review of Database Concepts & SQL — Question 19
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.