Correct Answer: It returns the first argument that is not null.
Explanation:
Note: This Question is unanswered, help us to find answer for this one
DB2 Programming Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More DB2 Programming MCQ Questions
What does DBRM Stand for?
What are the advantages of using a PACKAGE?
Consider the employee table with column MGR nullable. How can you get a list of employees who are not assigned to any mgr?
What is the purpose of the WHENEVER statement?
Is DECLARE TABLE in DCLGEN necessary?
Which statement concerning locking on TABLESPACE level is correct?
SELECT empname , paygrade , salary FROM emp, salgrade WHERE salary BETWEEN lowsal AND highsal ORDER BY paygrade The above is an example of a
Which subquery operator compares a single value to every member of set of value.
Which statement about tablespaces is true?
When you don't know the format of an SQL statement within a program you're writing, what is a good option?