Given a Table with the Structure: EMPLOYEE (EmpNo,Name,Salary,HireDate),which of the Following
Multiple Choice
Given a table with the structure: EMPLOYEE (EmpNo,Name,Salary,HireDate) ,which of the following would find all employees whose name begins with the letter "S" using Microsoft Access?
A) SELECT *
FROM EMPLOYEE
WHERE Name IN ['S'];
B) SELECT EmpNo
FROM EMPLOYEE
WHERE Name LIKE 'S';
C) SELECT *
FROM Name
WHERE EMPLOYEE LIKE 'S*';
D) SELECT *
FROM EMPLOYEE
WHERE Name LIKE 'S%';
E) None of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Q3: A SELECT statement used in a WHERE
Q6: SQL was developed by IBM in the
Q40: Only two tables can be queried by
Q77: A nested SELECT statement (one that appears
Q78: The columns to be obtained by an
Q82: Regarding the interchangeability of subqueries and joins,<br>A)a
Q84: What is SQL?
Q85: The following database will be used in
Q88: The following database will be used in
Q89: In an SQL query,which built-in function is