Given a Table with the Structure: EMPLOYEE (EmpNo,Name,Salary,HireDate),which of the Following
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 standard SQL?
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%';
Correct Answer:
Verified
Q66: The INTERSECT of two relations A and
Q67: The UNION of two relations A and
Q68: In an SQL query,which of the
Q69: Outer joins can be either up joins
Q70: SQL is a _.
A)data sublanguage
B)data manipulation language
C)data
Q72: In an SQL query,which of the
Q73: Joins that show the matching rows from
Q74: In an SQL query,which SQL keyword must
Q75: In an SQL query,which SQL keyword actually
Q76: When making an SQL query,we are using
Unlock this Answer For Free Now!
View this answer and more for free by performing one of the following actions
Scan the QR code to install the App and get 2 free unlocks
Unlock quizzes for free by uploading documents