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.

- Database Overview
- What Is Oracle Database
- History of Oracle Database
- Why Oracle Database
- Features of Oracle Database
- Oracle Vs. SQL Server: Key Differences
- Oracle Vs. MySQL Server: Key Differences
- Oracle Vs. NoSQL
- Install Oracle Database Server
- Oracle Database Sample Schema
- Execute Sample Database
- Connect to SQL Developer and Other SQL Editor