CBSE Class 12 Informatics Practices Question 51 of 79

MySQL SQL Revision Tour — Question 4

Back to all questions
4
Question

Question 4

To obtain all columns, use a(n) asterisk(*) instead of listing all the column names in the select list.

Answer