Computer Science for IGCSE & O level - Databases (Section 1 - No. 47)
In an SQL query, what does the `*` symbol represent?
All fields (columns)
The primary key
The number of rows
A wildcard character for text search
Explanation
The `*` symbol represents all fields in a table in a SELECT statement.
Comments (0)
