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
  • Datetime Function, Oracle SQL

Oracle ADD_MONTHS Function: A Simple Guide

Working with dates in SQL can be tricky, especially when you need to add or subtract months. Oracle provides a powerful and straightforward function for this exact task: ADD_MONTHS. This simple tutorial will show you exactly how to use it,…

  • Vinish Kapoor
  • August 11, 2026
  • Numeric Function, Oracle SQL

Oracle WIDTH_BUCKET Function: A Simple Guide

The WIDTH_BUCKET function in Oracle SQL is a powerful analytical function that lets you group data into "buckets" of equal size. It's most commonly used to build equiwidth histograms, where you define a range (from a minimum to a maximum…

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

Oracle TRUNC Function: A Simple Guide

The TRUNC function (for numbers) in Oracle SQL is a mathematical function that cuts off (truncates) a number to a specified number of decimal places. This is different from the ROUND function, which rounds a number up or down. TRUNC…

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

Oracle TANH Function: A Simple Guide

The TANH function in Oracle SQL is a mathematical function that returns the hyperbolic tangent of a number. This is an exponential function, different from the standard trigonometric TAN (tangent) function. It's often used in physics, engineering, and complex calculations.…

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

Oracle TAN Function: A Simple Guide

The TAN function in Oracle SQL is a trigonometric function that calculates the tangent of a given angle. Like all trigonometric functions in Oracle, TAN requires the angle to be specified in radians, not degrees. What is the TAN Function…

  • Vinish Kapoor
  • August 11, 2026
  • Numeric Function, Oracle SQL

Oracle SQRT Function: A Simple Guide

The SQRT function in Oracle SQL is a straightforward mathematical function that returns the square root of a given number. It's important to note that the SQRT function can only be used with non-negative numbers. Attempting to find the square…

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

Oracle SINH Function: A Simple Guide

The SINH function in Oracle SQL is a mathematical function that returns the hyperbolic sine of a number. This is an exponential function used in engineering, physics, and complex mathematics, and is different from the standard SIN (sine) function. What…

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

Oracle SIN Function: A Simple Guide

The SIN function in Oracle SQL is a trigonometric function that calculates the sine of a given angle. The most important thing to remember is that the SIN function, like all trigonometric functions in Oracle, requires the angle to be…

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

Oracle SIGN Function: A Simple Guide

The SIGN function in Oracle SQL is a simple mathematical function that tells you the sign of a number. It doesn't return the number itself, but rather an indicator of whether the number is positive, negative, or zero. This function…

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

Oracle ROUND Function (Number): A Simple Guide

The ROUND function in Oracle SQL is one of the most common mathematical functions. It is used to round a number to a specified number of decimal places. You can use it to round to the nearest whole number, to…

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

Oracle REMAINDER Function: A Simple Guide

The REMAINDER function in Oracle SQL, like the MOD function, calculates the remainder of a division. However, it uses a different internal formula, which can lead to different results, especially with negative numbers or fractions. While MOD uses the FLOOR…

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

Oracle POWER Function: A Simple Guide

The POWER function in Oracle SQL is a straightforward mathematical function that raises one number to the power of another number. This is the standard function to use when you need to perform exponentiation, such as squaring a number, cubing…

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

Oracle NANVL Function: A Simple Guide

The NANVL function in Oracle SQL is a specialized function used to handle NaN (Not a Number) values. NaN is a special marker used in floating-point arithmetic (specifically BINARY_FLOAT and BINARY_DOUBLE data types) to represent undefined or unrepresentable results, like…

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

Oracle MOD Function: A Simple Guide

The MOD function in Oracle SQL is a mathematical function that returns the remainder of one number divided by another. It's also known as the "modulus" function. This function is extremely useful for tasks like determining if a number is…

  • Vinish Kapoor
  • November 7, 2025
  • 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
Prev1 … 13 14 15 16 17 18 19 … 40Next
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