Question: Which of the following will select the Id and Status fields for records whose Status field contains only the letter F? a. SELECT Id, Status
Which of the following will select the Id and Status fields for records whose Status field contains only the letter F?
a. SELECT Id, Status FROM Employ WHERE Status = 'F'
b. SELECT Id, Status FROM Employ ORDER BY Status = 'F'
c. SELECT Id, Status FROM Employ FOR Status = 'F'
d. SELECT Id, Status FROM Employ SELECT Status = 'F'
Step by Step Solution
3.33 Rating (174 Votes )
There are 3 Steps involved in it
a SELECT ... View full answer
Get step-by-step solutions from verified subject matter experts
