M

Mr. Dubey • 52.30K Points
Coach

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

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.