84.
What is the meaning of "EMPTY SET" in the following MySQL command?
SELECT fname, lname, person_id
FROM person
WHERE lname=’s’;
/* after Execution*/ Mysql tool RETURN EMPTY SET 0:00sec