Skip to content

Database.Guide

what is

LTRIM() Function in Oracle

July 24, 2021 by Ian

In Oracle, the LTRIM() function allows you to trim the left part of a string. By default, it trims white space, but you can optionally specify a different character or characters to trim.

Read more

Categories Oracle Tags functions, string functions, what is

RTRIM() Function in Oracle

July 24, 2021 by Ian

In Oracle, the RTRIM() function allows you to trim the right part of a string. By default, it trims white space, but you can optionally specify a different character or characters to trim.

Read more

Categories Oracle Tags functions, string functions, what is

SINH() Function in Oracle

July 23, 2021 by Ian

In Oracle, the SINH() function returns the hyperbolic sine of its argument.

Read more

Categories Oracle Tags functions, numeric functions, what is

SIN() Function in Oracle

July 23, 2021 by Ian

In Oracle, the SIN() function returns the sine of its argument, where the argument is an angle expressed in radians.

Read more

Categories Oracle Tags functions, numeric functions, what is

POWER() Function in Oracle

July 22, 2021 by Ian

In Oracle, the POWER() function returns its first argument raised to the power of its second argument.

Read more

Categories Oracle Tags functions, numeric functions, what is

REMAINDER() Function in Oracle

July 22, 2021 by Ian

In Oracle, the REMAINDER() function returns the remainder of its first argument divided by its second.

It’s similar to the MOD() function, except that it uses ROUND() in its calculation, whereas MOD() uses FLOOR() in its calculation.

Read more

Categories Oracle Tags functions, numeric functions, what is

MOD() Function in Oracle

July 21, 2021 by Ian

In Oracle, the MOD() function returns the modulo operation. In other words, it returns the remainder of its first argument divided by its second.

Read more

Categories Oracle Tags functions, numeric functions, what is

EXP() Function in Oracle

July 21, 2021 by Ian

In Oracle, the EXP() function returns the value of e (the base of natural logarithms) raised to the power of the argument.

The number e, also known as Euler’s number, is a mathematical constant approximately equal to 2.71828.

Read more

Categories Oracle Tags functions, numeric functions, what is

COSH() Function in Oracle

July 20, 2021 by Ian

In Oracle, the COSH() function returns the hyperbolic cosine of its argument.

Read more

Categories Oracle Tags functions, numeric functions, what is

COS() Function in Oracle

July 20, 2021 by Ian

In Oracle, the COS() function returns the cosine of its argument.

Read more

Categories Oracle Tags functions, numeric functions, what is
Older posts
Newer posts
← Previous Page1 … Page102 Page103 Page104 … Page166 Next →

About | Privacy Policy

© 2026 Database.Guide • All rights reserved