Question: 4. Which of the following will select the Id and Status fields for records whose Status field contains only the letter F? a. SELECT Id,
4. 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 tblEmp WHERE Status = 'F'
b. SELECT Id, Status FROM tblEmp ORDER BY Status = 'F'
c. SELECT Id, Status FROM tblEmp FOR Status = 'F'
d. SELECT Id, Status FROM tblEmp SELECT Status = 'F'
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
