JOB TITLE
SQL 101 (Basics)
1
2
3
4
5
6
7
8
9
0%
PROGRESS
Finish
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
Back
Next