Which arithmetic operations can be performed on a column by using a SQL function that is built into Oracle database?

Which arithmetic operations can be performed on a column by using a SQL function that is built
into Oracle database? (Choose three.)

Which arithmetic operations can be performed on a column by using a SQL function that is built
into Oracle database? (Choose three.)

A.
addition

B.
subtraction

C.
raising to a power

D.
finding the quotient

E.
finding the lowest value



Leave a Reply 5

Your email address will not be published. Required fields are marked *


xuzhiyuan

xuzhiyuan

why A is correct and D is wrong?

Justyna

Justyna

A. – sum
D. – there is no built-in SQL function into Oracle database

See also question 47 (the same) in exam 1Z0-051.

Pablo

Pablo

A = SUM()
C = POWER(x, y)
E = MIN()

dibsy

dibsy

@Pablo thank you

Tuhin

Tuhin

Thank you Pablo Escobar