You are creating a database for a student directory. The Students table contains the
following fields:
Which statement will retrieve only the first name, last name, and telephone number for every
student listed in the directory?
A.
Option A
B.
Option B
C.
Option C
D.
Option D
Why would it be “IN” and not “FROM”?
Because IN operator is used to determinate if the result is contained in a group of concret data. FROM allows you to establish a set of conditions for the result
Just because it’s a fake..
Should be A
Agree it’s A the last statement would return the e-mail adress too)
‘A’ is the right answer.
A is correct as far as syntax, columns and rows are concerned