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
Get step-by-step solutions from verified subject matter experts
