• Skip to primary navigation
  • Skip to main content

Tech Honey

The #1 Website for Oracle PL/SQL, OA Framework and HTML

  • Home
  • HTML
    • Tags in HTML
    • HTML Attributes
  • OA Framework
    • Item in OAF
    • Regions in OAF
    • General OAF Topics
  • Oracle
    • statement
    • function
    • clause
    • plsql
    • sql
You are here: Home / Oracle / function / ASIN Function in Oracle SQL – PLSQL

ASIN Function in Oracle SQL – PLSQL

November 5, 2012 by techhoneyadmin

The ASIN function in Oracle SQL / PLSQL is used to get arc sine of a number.

Syntax for the ASIN function in Oracle SQL / PLSQL is:

SELECT ASIN(N)
FROM table;

N is the number whose arc sine is to be determined.

Example 1:

SELECT ASIN(0.4)
FROM DUAL; 

Will return “0.411516846067488”


Example 2:

SELECT ASIN(0)
 FROM DUAL;

Will return “0”


Example 3:

SELECT ASIN(-0.4)
 FROM DUAL;

Will return “-0.411516846067488”


Filed Under: function Tagged With: asin function in oracle plsql, asin function in oracle sql, ASINPLSQL, how to use asin function in oracle database query, how to use asin function in oracle plsql, how to use asin function in oracle sql, syntax and example of asin function in oracle database query, syntax and example of asin function in oracle plsql, syntax and example of asin function in oracle sql, using asin function in oracle database query, using asin function in oracle plsql, using asin function in oracle sql

Copyright © 2023 · Parallax Pro on Genesis Framework · WordPress · Log in