Interviewer And Interviewee Guide

SQL Interview Question:

What does the following query do?

Submitted by: Administrator
SELECT SAL + NVL(COMM,0) FROM EMP;?
This displays the total salary of all employees. The null values in the commission column will be replaced by 0 and added to salary.
Submitted by: Administrator

Read Online SQL Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.