21

Interviewer at the end of the meet : Do you have any other queries..?

Our programming guy : of course, select * from ...

Comments
  • 1
    my favourite SQL query is:

    SELECT * FROM users WHERE clue IS NOT NULL;

    > No rows returned.
Add Comment