👤

What is the output if you truncate 1.3​

Sagot :

Answer: the TRUNC function uses the following arguments:

Number (required argument) – This is the number we wish to truncate.

Num_digits (optional argument) – This is a number that specifies the precision of the truncation. If kept blank, it will take 0 as the default value.

Explanation: