What can be said about the following query :
SELECT SNO
FROM SESSIONS
WHERE SCANCEL NOT = NULL
The clause used to eliminate duplicates:
Which of the following lines will produce an error :
What can be said about the following query :
SELECT ID, CTITLE,
SDATE,
SNO,
FROM SESSIONS
WHERE ID = '7820'