Skip to content
No results
  • Portfolio
  • Blog
  • Oracle 23ai
  • Oracle APEX
  • Oracle Forms
  • PL/SQL
  • SQL
  • Topics
  • Tools
  • About
  • Write Code
  • SQL Formatter
  • APEX Formatter
  • Roadmaps
    • Oracle APEX Roadmap
    • Oracle Database Roadmap
    • Software Engineering Roadmap
    • AI Developer Roadmap
Simulators & Games
Vinish Kapoor.
  • Portfolio
  • Blog
  • Oracle 23ai
  • Oracle APEX
  • Oracle Forms
  • PL/SQL
  • SQL
  • Topics
  • Tools
Vinish Kapoor.
Simulators & Games
  • Numeric Function, Oracle SQL

Oracle LOG Function: A Simple Guide

The LOG function in Oracle SQL is a mathematical function that returns the logarithm of a number to a specific base. While the LN function is always base e, the LOG function lets you choose any base you want, such…

  • Vinish Kapoor
  • November 5, 2025
  • Numeric Function, Oracle SQL

Oracle LN Function: A Simple Guide

The LN function in Oracle SQL is a mathematical function that returns the natural logarithm of a number. The natural logarithm is the logarithm to the base e, where e is a mathematical constant approximately equal to 2.71828183. This function…

  • Vinish Kapoor
  • November 5, 2025
  • Numeric Function, Oracle SQL

Oracle FLOOR Function: A Simple Guide

The FLOOR function in Oracle SQL is a mathematical function that returns the largest integer equal to or less than a given number. In simple terms, it always rounds a number down to the nearest whole number. This is the…

  • Vinish Kapoor
  • November 7, 2025
  • Numeric Function, Oracle SQL

Oracle EXP Function: A Simple Guide

The EXP function in Oracle SQL is a mathematical function that returns the value of the constant e (approximately 2.71828183) raised to the power of a given number. This is the inverse of the LN (Natural Logarithm) function and is…

  • Vinish Kapoor
  • November 5, 2025
  • Numeric Function, Oracle SQL

Oracle COSH Function: A Simple Guide

The COSH function in Oracle SQL is a mathematical function that returns the hyperbolic cosine of a given number. This is a technical function used in engineering, physics, and complex mathematics, rather than in typical business reporting. What is the…

  • Vinish Kapoor
  • November 5, 2025
  • Numeric Function, Oracle SQL

Oracle COS Function: A Simple Guide

The COS function in Oracle SQL is a trigonometric function that returns the cosine of a given angle. It's important to remember that this function, like all trigonometric functions in Oracle, expects the input angle to be in radians, not…

  • Vinish Kapoor
  • November 5, 2025
  • Numeric Function, Oracle SQL

Oracle CEIL Function: A Simple Guide

The CEIL function in Oracle SQL is a mathematical function that "rounds up" a number to the smallest integer that is greater than or equal to that number. The name CEIL comes from "ceiling," which is a helpful way to…

  • Vinish Kapoor
  • November 6, 2025
  • Numeric Function, Oracle SQL

Oracle BITAND Function: A Simple Guide

The BITAND function in Oracle SQL is a bitwise function. It compares two numbers (or numeric columns) on a bit-by-bit basis and returns a new number as the result of a bitwise AND operation. This function is most commonly used…

  • Vinish Kapoor
  • November 7, 2025
  • Numeric Function, Oracle SQL

Oracle ATAN2 Function: A Simple Guide

The ATAN2 function in Oracle SQL is a powerful trigonometric function. It's the "2-argument" version of the arc tangent. While ATAN(n) calculates the arc tangent of a single number (a ratio), ATAN2(n1, n2) calculates the arc tangent of n1 /…

  • Vinish Kapoor
  • November 5, 2025
  • Numeric Function, Oracle SQL

Oracle ATAN Function: A Simple Guide

The ATAN function in Oracle SQL is a trigonometric function that stands for Arc Tangent. It is the opposite of the TAN (Tangent) function. While TAN takes an angle and gives you a ratio, ATAN takes a ratio (which can…

  • Vinish Kapoor
  • November 5, 2025
  • Numeric Function, Oracle SQL

Oracle ASIN Function: A Simple Guide

The ASIN function in Oracle SQL is a trigonometric function that stands for Arc Sine. It is the opposite of the SIN (Sine) function. While SIN takes an angle and gives you a ratio, ASIN takes a ratio and gives…

  • Vinish Kapoor
  • November 5, 2025
  • Numeric Function, Oracle SQL

Oracle ACOS Function: A Simple Guide

The ACOS function in Oracle SQL is a trigonometric function that stands for Arc Cosine. It does the opposite of the COS (Cosine) function. While COS takes an angle and gives you a ratio, ACOS takes a ratio and gives…

  • Vinish Kapoor
  • November 5, 2025
  • Numeric Function, Oracle SQL

Oracle ABS Function: A Simple Guide

The ABS function in Oracle SQL is a straightforward mathematical function. Its one and only job is to return the absolute value of a number. In simple terms, it makes any number non-negative (positive or zero). If the number is…

  • Vinish Kapoor
  • November 5, 2025
  • Oracle SQL, String Function

Oracle LENGTH Function: A Simple Guide

The LENGTH function in Oracle SQL is one of the most fundamental string functions. It simply tells you the number of characters in a given string. It's an essential function used for data validation, cleaning, and analysis to understand the…

  • Vinish Kapoor
  • November 5, 2025
  • Oracle SQL, String Function

Oracle ASCII Function: A Simple Guide

The ASCII function in Oracle SQL is the reverse of the CHR function. It takes a character string and returns the numeric code (like ASCII, EBCDIC, etc.) for its very first character, based on the database's character set. It's a…

  • Vinish Kapoor
  • November 5, 2025
  • Oracle SQL, String Function

Oracle UPPER Function: A Simple Guide

The UPPER function in Oracle SQL is a straightforward and widely used function that converts all letters in a string to uppercase. It's an essential tool for standardizing data, formatting reports, and performing case-insensitive searches. What is the UPPER Function…

  • Vinish Kapoor
  • November 7, 2025
  • Oracle SQL, String Function

Oracle TRIM Function: A Simple Guide

The TRIM function in Oracle SQL is a flexible and powerful tool for cleaning strings. It allows you to remove unwanted characters from the beginning (leading), the end (trailing), or both sides of a string. It's an essential function for…

  • Vinish Kapoor
  • November 7, 2025
  • Oracle SQL, String Function

Oracle TRANSLATE USING Function: A Simple Guide

The TRANSLATE USING function in Oracle SQL is a specialized function used to convert a string from one character set to another. Specifically, it converts a string to either the database's main character set or its national character set (NCHAR).…

  • Vinish Kapoor
  • November 7, 2025
Prev1 … 13 14 15 16 17 18 19 … 39Next
No more posts to load

Copyright © 2024-2026 - Vinish.Dev - and it is not affiliated with, nor sponsored by, Oracle Corporation.

  • Contact
  • Privacy Policy
  • Cookie Policy