πŸ“Š MySQL
Q. What is the meaning of “EMPTY SET” in the following query?
Code:
SELECT First_name, Last_name, Emp_id
FROM Employee
WHERE Last_name=’Gupta’;
/* after Execution*/ Mysql tool RETURN EMPTY SET 0:00sec
  • (A) Error
  • (B) Access denied
  • (C) No values
  • (D) Syntax errors
πŸ’¬ Discuss
βœ… Correct Answer: (B) Access denied

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
208
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
91%
Success Rate