Which statement will retrieve only the first name, last name, and telephone number for every student listed in the directory?

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?

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



Leave a Reply 7

Your email address will not be published. Required fields are marked *


Paul

Paul

Why would it be “IN” and not “FROM”?

James

James

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

wojtas001

wojtas001

Just because it’s a fake..

Someone

Someone

Agree it’s A the last statement would return the e-mail adress too)

sg123

sg123

‘A’ is the right answer.

DB7

DB7

A is correct as far as syntax, columns and rows are concerned