web analytics

Understanding Nulls In Oracle

Options
@2016-01-18 21:03:45

GREATEST function returns the greatest value from a list of expressions. You can pass a variable number of expressions to GREATEST, but if any of those expressions evaluate to NULL, the function will return NULL.

So the anwser to the question in the previous post is:

b.

Comments

You must Sign In to comment on this topic.


© 2024 Digcode.com