Interview Questions

What is the result of this query if no rows are selected:

DB2 INTERVIEW QUESTIONS


(Continued from previous question...)

What is the result of this query if no rows are selected:

SELECT SUM(SALARY)
FROM EMP
WHERE QUAL=‘MSC’;
NULL

(Continued on next question...)

Other Interview Questions