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 DBTIMEZONE Function: A Simple Guide

The DBTIMEZONE function in Oracle SQL is a simple function that returns the time zone setting of the database itself. This is different from SESSIONTIMEZONE, which returns the time zone of your current user session. DBTIMEZONE shows the default time…

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

Oracle CURRENT_TIMESTAMP Function: A Simple Guide

The CURRENT_TIMESTAMP function in Oracle SQL returns the exact current date, time, and time zone of your SQL session. Its key feature is that it returns a TIMESTAMP WITH TIME ZONE data type. This means the output includes not just…

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

Oracle CURRENT_DATE Function: A Simple Guide

The CURRENT_DATE function in Oracle SQL is a simple function that returns the current date and time based on your session's time zone. A common point of confusion is its name. Despite being called CURRENT_DATE, the DATE data type in…

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

Oracle CEIL (Date) Function: A Simple Guide

The CEIL function in Oracle SQL can be used on numbers, but it also has a powerful version for DATE and TIMESTAMP values. In this context, CEIL "rounds up" a datetime value to the next specified unit of time. This…

  • Vinish Kapoor
  • November 6, 2025
  • 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
  • November 7, 2025
  • 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
  • November 5, 2025
  • 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
Prev1 … 12 13 14 15 16 17 18 … 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