-
What is the meaning of “EMPTY SET” in the following query?
SELECT First_name, Last_name, Emp_id
FROM Employee
WHERE Last_name=’Gupta’;
/* after Execution*/ Mysql tool RETURN EMPTY SET 0:00sec
-
- Error
- Access denied
- No values
- All of above
- None of these
Correct Option: C
“EMPTY SET” means there were no values stored in the structure that belongs to lname.