Exam 1z0-082 All QuestionsBrowse all questions from this exam
Question 142

Which two statements are true about single row functions? (Choose two.)

    Correct Answer: A, B

    CEIL can indeed be used for both positive and negative numbers, and MOD returns the remainder of a division operation. CONCAT cannot be used to combine any number of values; it typically works with two arguments. FLOOR does not return the smallest integer greater than or equal to a specified number; it returns the largest integer less than or equal to the specified number. TRUNC can be used with both DATE and NUMBER data types, not just NUMBER.

Discussion
technoguyOptions: AB

AB are the correct answers

j_tw

agree that. E - can be used number and also date data type.

Dragon67

when are you preparing to take the exams

nautil2Options: AB

C – false, max 2 arguments D – false, returns biggest integer smaller than specified number E – false, can be also used with DATE datatype

psycrotic5

agree with nautil2, E. TRUNC: can be used only with NUMBER data types. This statement is incorrect. TRUNC can be used with both NUMBER and DATE data types. It truncates to the specified precision for numbers, and to the specified date component for dates

auwiaOptions: AB

A and B are correct in my opinion.

Dragon67

THERE ONLY 1 ANSWER WHICH IS A

Dragon67

*error it should be AB