JOB TITLE
SQL 101 (Basics)
0%
QUESTION 1
How to return all the columns from a table named "Operations"?
A
SELECT [all] FROM Operations
B
SELECT * FROM Operations
C
SELECT.FROM Operations
D
SELECT Operations



