JOB TITLE
SQL Practice
1
2
3
4
5
6
7
8
9
10
11
12
13
14
0%
PROGRESS
Finish
QUESTION 1
The table name is 'test' What will the next query return? SELECT * FROM test WHERE Major = 'English' AND GPA > '3.7'
A
0 records
B
1 record
C
2 records
D
3 records
Back
Next