JOB TITLE
SQL Practice
0%
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



