🎴 Flashcard Mode

Oracle SQL Queries and Subqueries

Card1 / 20
Mastered0
Review0
QuestionClick to flip

Find the odd one out of the following Oracle functions.
A. avg()
B. sqrt()
C. sum()
D. max()
E. count()

AnswerClick to flip back
A
sqrt()
💡 Explanation:

sqrt() is not an aggregate function. This is a transcendental function applied on a single row. So, this is the odd one from the given options.

Change Mode