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”?
0
0
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
0
0
Just because it’s a fake..
0
0
Should be A
0
0
Agree it’s A the last statement would return the e-mail adress too)
0
0
‘A’ is the right answer.
0
0
A is correct as far as syntax, columns and rows are concerned
0
0