Add to Chrome
What can be said about the following query :
SELECT SNO
FROM SESSIONS
WHERE SCANCEL NOT = NULL
The query is executable but does not make sense.
The clause used to eliminate duplicates:
Where
Distinct
Which of the following lines will produce an error :
None of the above
SELECT name, first_name, person_id FROM person;