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 is not a valid ANSI SQL command?
A) SELECT *
FROM EMPLOYEE
WHERE Name LIKE 'Ja%';
B) SELECT COUNT(*)
FROM EMPLOYEE
WHERE Salary < 30000;
C) SELECT HireDate,COUNT(*)
FROM EMPLOYEE
GROUP BY HireDate;
D) SELECT HireDate,COUNT(*)
FROM EMPLOYEE
WHERE Salary < 30000;
Correct Answer:

Verified
Correct Answer:
Verified
Q11: Joins that show only matching rows from
Q12: The UNION of two relations A and
Q13: SQL,although very popular,has never become a national
Q14: SQL statements end with a colon.
Q15: In an SQL query,which built-in function is
Q17: In an SQL query,which built-in function is
Q18: Assuming the "Quantity" column of an ORDER
Q19: SQL can only query a single table.
Q20: The result of an SQL SELECT operation
Q21: In an SQL query,which SQL keyword actually