Question: 4. Which of the following SELECT statements will select only records whose Status field contains the letter A? The Status field is contained in the

4. Which of the following SELECT statements will select only records whose Status field contains the letter A? The Status field is contained in the tblWorker table.

a. SELECT Id, Name, Status FROM tblWorker WHERE Status = 'A'

b. SELECT Id, Name, Status FROM tblWorker ORDER BY Status = 'A'

c. SELECT Id, Name, Status FROM tblWorker FOR Status = 'A'

d. SELECT Id, Name, Status FROM tblWorker SELECT Status = 'A'

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock