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 EMPLOYEE
WHERE Name LIKE 'S*';
D) SELECT *
FROM EMPLOYEE
WHERE Name LIKE 'S%';
Correct Answer:

Verified
Correct Answer:
Verified
Q1: When one SQL query is embedded in
Q2: The following database will be used in
Q3: A SELECT statement used in a WHERE
Q4: The SQL keyword FROM is used to
Q6: SQL was developed by IBM in the
Q7: In an SQL query,which SQL keyword is
Q8: When one SQL query is embedded in
Q9: In an SQL query,which SQL keyword is
Q10: In an SQL query,which SQL keyword is
Q11: Joins that show only matching rows from