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'
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here