SlideShare a Scribd company logo
Return the absolute value of a number
The ABS() function returns the absolute (positive) value of a number.
Syntax-
ABS(number)
ABS() FUNCTION
ABS() function
The My SQL ACOS function returns the arc cosine of a number.
The function returns NULL when the value of the number is not between
the range of -1 and 1.
Syntax-
ACOS( number )
ACOS() function
ACOS() function
.
ACOS() function
ASIN() Function
Returns the arc sine of a number
The specified number must be between -1 to 1, otherwise this function
returns null
Syntax-
ASIN(number)
ASIN() Function
ASIN() Function
ATAN() Function
Return the arc tangent of a number:
The ATAN2() function returns the arc tangent of one or two numbers.
Syntax-
ATAN(number)
or
ATAN2(a,b)
ATAN() Function
.
ATAN2() Function
.
AVG() Function
The AVG() function returns the average value of an expression.
NULL values are ignored.
Syntax-
AVG(expression)
AVG() Function
CEIL() Function
Returns the smallest integer value that is >= to a number.
This function is equal to the CEILING() function.
Syntax-
CEIL(number)
CEIL() Function
COS() Function
Return the cosine of a number
Syntax-
COS(number)
COS() Function
COS() Function
COT() Function
Return the cotangent of a number
Syntax-
COT(number)
COT() Function
COT() Function
COUNT() Function
The COUNT() function returns the number of records returned by a select
query.
NULL values are not counted.
 
Syntax-
COUNT(expression)
COUNT() Function
DEGREES() Function
The DEGREES() function converts a value in radians to degrees.
 
Syntax-
DEGREES(number)
DEGREES() Function
DEGREES() Function
DIV() Function
The DIV function is used for integer division (x is divided by y).
 An integer value is returned.
 
Syntax-
x DIV y
DIV() Function
EXP() Function
The EXP() function returns e raised to the power of the specified number.
The constant e (2.718281...), is the base of natural logarithms.
Syntax-
EXP(number)
EXP() Function
FLOOR() Function
The FLOOR() function returns the largest integer value that is smaller than 
or equal to a number.
Syntax-
FLOOR(number)
FLOOR() Function
GREATEST() Function
The GREATEST() function returns the greatest value of the list of 
Arguments.
Syntax-
GREATEST(arg1, arg2, arg3, ...)
GREATEST() Function
LEAST() Function
The LEAST() function returns the smallest value of the list of arguments.
Syntax-
LEAST(arg1, arg2, arg3, ...)
LEAST() Function
LN() Function
The LN() function returns the natural logarithm of a number.
Syntax-
LN(number)
LN() Function
LOG() Function
The LOG() function returns the natural logarithm of a specified number, or 
the logarithm of the number to the specified base.
Syntax-
LOG(number)
           or
        LOG(base, number)
LOG() Function
LOG() Function
LOG10() Function
The LOG10() function returns the natural logarithm of a number to base-10.
Syntax-
LOG10(number)
LOG10() Function
LOG10() Function
LOG2() Function
The LOG2() function returns the natural logarithm of a number to base-2.
Syntax-
LOG2(number)
LOG2() Function
MAX() Function
The MAX() function returns the maximum value in a set of values.
Syntax-
MAX(expression)
MAX() Function
MIN() Function
The MIN() function returns the minimum value in a set of values.
Syntax-
MIN(expression)
MIN() Function
MOD() Function
The MOD() function returns the remainder of a number divided by another 
number.
Syntax-
MOD(x, y)
Or
x MOD y
MOD() Function
MOD() Function
PI() Function
The PI() function returns the value of PI.
Syntax-
PI()
PI() Function
POW() Function
The POW() function returns the value of a number raised to the power of 
another number.
Syntax-
POW(x, y)
POW() Function
SIGN() function
The SIGN() function returns the sign of a number.
This function will return one of the following:
If number > 0, it returns 1
If number = 0, it returns 0
If number < 0, it returns -1
Syntax-  SIGN(number) 
SIGN() function
The ASCII() function returns the ASCII value for the specific character.
TRUNCATE() function
The TRUNCATE() function truncates a number to the specified number of 
decimal places.
Syntax-  TRUNCATE(number, decimals)
TRUNCATE() function
ROUND() Function
The ROUND() function rounds a number to a specified number of decimal
places.
Syntax-
ROUND (Number, decimals)
ROUND() Function
RAND() Function
The RAND() function returns a random number between 0 (inclusive) and 1
(exclusive).
Seed - Optional. If seed is specified, it returns a repeatable sequence of
random numbers. If no seed is specified, it returns a completely random
number
Syntax-
RAND(seed)
RAND() Function
TAN() Function
The TAN() function returns the tangent of a number.
Syntax-
TAN(number)
TAN() Function
The ASCII() function returns the ASCII value for the specific character.
SIN() function
Syntax-
SIN(number)
The SIN() function returns the sine of a number.
SIN() function
.
SQRT() Function
The SQRT() function returns the square root of a number.
Syntax-
SQRT(number)
SQRT() Function
SUM() Function
The SUM() function calculates the sum of a set of values.
Syntax-
SUM(expression)
SUM() Function
The ASCII() function returns the ASCII value for the specific character.
RADIANS() function
Syntax- RADIANS(number)
The RADIANS() function converts a degree value into radians.
RADIANS() function
The ASCII() function returns the ASCII value for the specific character.
POWER() Function
The POWER() function returns the value of a number raised to the power of
another number.
Syntax- POWER (x,y)
POWER() function

More Related Content

What's hot (20)

PPTX
Chapter 17 Tuples
Praveen M Jigajinni
 
PPTX
interface with mysql.pptx
KRITIKAOJHA11
 
PPTX
Pointers,virtual functions and polymorphism cpp
rajshreemuthiah
 
PDF
Arrays in python
moazamali28
 
PPTX
Arrays in java
bhavesh prakash
 
PPTX
Strings in Python
Amisha Narsingani
 
PPTX
Python basics
Hoang Nguyen
 
PDF
Python list
Prof. Dr. K. Adisesha
 
PPTX
Data Structures in Python
Devashish Kumar
 
PPTX
String Manipulation in Python
Pooja B S
 
PDF
Strings in Python
nitamhaske
 
PPTX
List in Python
Siddique Ibrahim
 
PDF
Python set
Mohammed Sikander
 
PPTX
C string
University of Potsdam
 
PPTX
DataFrame in Python Pandas
Sangita Panchal
 
PPTX
Enums in c
Vijayananda Ratnam Ch
 
PPT
Bell-LaPadula (1).ppt
KhushiAgarwal193641
 
PPTX
Java Stack Data Structure.pptx
vishal choudhary
 
Chapter 17 Tuples
Praveen M Jigajinni
 
interface with mysql.pptx
KRITIKAOJHA11
 
Pointers,virtual functions and polymorphism cpp
rajshreemuthiah
 
Arrays in python
moazamali28
 
Arrays in java
bhavesh prakash
 
Strings in Python
Amisha Narsingani
 
Python basics
Hoang Nguyen
 
Data Structures in Python
Devashish Kumar
 
String Manipulation in Python
Pooja B S
 
Strings in Python
nitamhaske
 
List in Python
Siddique Ibrahim
 
Python set
Mohammed Sikander
 
DataFrame in Python Pandas
Sangita Panchal
 
Bell-LaPadula (1).ppt
KhushiAgarwal193641
 
Java Stack Data Structure.pptx
vishal choudhary
 

Similar to Numeric functions in SQL | Oracle (20)

PPTX
V34 numeric function-c
Dhirendra Chauhan
 
DOC
Math and trigonometry functions
aabaap
 
DOCX
Excel formula
Naraindas Parhyar
 
PPTX
Unit 3 - Function & Grouping,Joins and Set Operations in ORACLE
DrkhanchanaR
 
PDF
0716330552518_DBMS_LAB_THEORY_SQL_OPERATOR (1).pdf
sahilurrahemankhan
 
PPT
Oracle sql ppt2
Madhavendra Dutt
 
PPTX
Built-Functions in MySqll (Advance Database System)
khurtdhangonzales
 
PPT
Intro to tsql unit 10
Syed Asrarali
 
DOCX
Built-in Functions in SQL | Numeric Functions
Raj vardhan
 
PDF
Key functions in_oracle_sql
pgolhar
 
PPTX
DBMS.pptx
Geetha Kannan
 
PDF
What are Tableau Functions? Edureka
Edureka!
 
PDF
sql functions3 (1).pdf
Usha570012
 
PPTX
Structured query language functions
Vineeta Garg
 
PPT
Oracle Sql & PLSQL Complete guide
Raviteja Chowdary Adusumalli
 
PPT
Introduction to Oracle Functions--(SQL)--Abhishek Sharma
अभिषेक शर्मा
 
PPTX
003.query
Học Huỳnh Bá
 
PPT
Computer practical
Md Yeakub Hossain
 
ODP
Mysql
merlin deepika
 
V34 numeric function-c
Dhirendra Chauhan
 
Math and trigonometry functions
aabaap
 
Excel formula
Naraindas Parhyar
 
Unit 3 - Function & Grouping,Joins and Set Operations in ORACLE
DrkhanchanaR
 
0716330552518_DBMS_LAB_THEORY_SQL_OPERATOR (1).pdf
sahilurrahemankhan
 
Oracle sql ppt2
Madhavendra Dutt
 
Built-Functions in MySqll (Advance Database System)
khurtdhangonzales
 
Intro to tsql unit 10
Syed Asrarali
 
Built-in Functions in SQL | Numeric Functions
Raj vardhan
 
Key functions in_oracle_sql
pgolhar
 
DBMS.pptx
Geetha Kannan
 
What are Tableau Functions? Edureka
Edureka!
 
sql functions3 (1).pdf
Usha570012
 
Structured query language functions
Vineeta Garg
 
Oracle Sql & PLSQL Complete guide
Raviteja Chowdary Adusumalli
 
Introduction to Oracle Functions--(SQL)--Abhishek Sharma
अभिषेक शर्मा
 
Computer practical
Md Yeakub Hossain
 
Ad

Recently uploaded (20)

PPTX
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
PDF
What’s my job again? Slides from Mark Simos talk at 2025 Tampa BSides
Mark Simos
 
PPTX
Webinar: Introduction to LF Energy EVerest
DanBrown980551
 
PPTX
Mastering ODC + Okta Configuration - Chennai OSUG
HathiMaryA
 
PDF
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
PDF
Transcript: Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
PPTX
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
PDF
Smart Trailers 2025 Update with History and Overview
Paul Menig
 
DOCX
Python coding for beginners !! Start now!#
Rajni Bhardwaj Grover
 
PDF
Achieving Consistent and Reliable AI Code Generation - Medusa AI
medusaaico
 
PDF
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
PDF
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
PDF
Staying Human in a Machine- Accelerated World
Catalin Jora
 
PDF
Transforming Utility Networks: Large-scale Data Migrations with FME
Safe Software
 
PDF
"AI Transformation: Directions and Challenges", Pavlo Shaternik
Fwdays
 
PDF
Go Concurrency Real-World Patterns, Pitfalls, and Playground Battles.pdf
Emily Achieng
 
PPTX
AUTOMATION AND ROBOTICS IN PHARMA INDUSTRY.pptx
sameeraaabegumm
 
PDF
CIFDAQ Market Insights for July 7th 2025
CIFDAQ
 
DOCX
Cryptography Quiz: test your knowledge of this important security concept.
Rajni Bhardwaj Grover
 
PDF
Exolore The Essential AI Tools in 2025.pdf
Srinivasan M
 
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
What’s my job again? Slides from Mark Simos talk at 2025 Tampa BSides
Mark Simos
 
Webinar: Introduction to LF Energy EVerest
DanBrown980551
 
Mastering ODC + Okta Configuration - Chennai OSUG
HathiMaryA
 
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
Transcript: Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
Smart Trailers 2025 Update with History and Overview
Paul Menig
 
Python coding for beginners !! Start now!#
Rajni Bhardwaj Grover
 
Achieving Consistent and Reliable AI Code Generation - Medusa AI
medusaaico
 
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
Staying Human in a Machine- Accelerated World
Catalin Jora
 
Transforming Utility Networks: Large-scale Data Migrations with FME
Safe Software
 
"AI Transformation: Directions and Challenges", Pavlo Shaternik
Fwdays
 
Go Concurrency Real-World Patterns, Pitfalls, and Playground Battles.pdf
Emily Achieng
 
AUTOMATION AND ROBOTICS IN PHARMA INDUSTRY.pptx
sameeraaabegumm
 
CIFDAQ Market Insights for July 7th 2025
CIFDAQ
 
Cryptography Quiz: test your knowledge of this important security concept.
Rajni Bhardwaj Grover
 
Exolore The Essential AI Tools in 2025.pdf
Srinivasan M
 
Ad

Numeric functions in SQL | Oracle