Your cart
  • IMG
    {{cart_item.name}}
    {{cart_item.variation_attribute_name}}: {{cart_item.variation_attribute_label}}
    {{cart_item.item_unit}}: {{ setCurrency(cart_item.price)}}
    {{ setCurrency(cart_item.price*cart_item.quantity)}}
    Invalid quantity more than stock
Total :
{{setCurrency(cart.sub_total)}}

There is no item in the cart. If you want to buy, Please click here.

Oracle Built-in Functions

Oracle Database Basic Course

Created by :
Database, Oracle
course
Programming, Software and application
1756
2020-12-07 03:13:23

A built-in function is an expression in which an SQL keyword or special operator executes some operation. 

Built-ins are SQL92Identifiers and are case-insensitive. Built-in functions use keywords or special built-in operators and those function can be used within the programming environment provided by the Oracle/PLSQL database, such as stored procedures, functions, triggers, etc.


For easy reference, Here all built-in-functions are divided into several types based on categories such as string/character, conversion, advanced, numeric/mathematical, and date/time.