Computer Science for IGCSE & O level - Databases (Section 7 - No. 1)
If you want to display all fields from a table in an SQL query, which character would you use?
?
*
%
&
Explanation
The asterisk (*) is used in SQL to select all fields (columns) from a table.
Comments (0)
