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

Oracle TRANSLATE Function: A Simple Guide

The TRANSLATE function in Oracle SQL is a powerful tool for performing multiple, single-character substitutions all at once. It works like a find-and-replace for individual characters. You provide a list of characters to find (from_string) and a corresponding list of…

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

Oracle SUBSTR Function: A Simple Guide

The SUBSTR function (short for "Substring") is one of the most powerful and commonly used string functions in Oracle SQL. It allows you to extract or "cut out" a specific piece of a string. You can tell it exactly where…

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

Oracle SOUNDEX Function: A Simple Guide

The SOUNDEX function in Oracle is a special phonetic tool that helps you find words that "sound alike" in English, even if they are spelled differently. It converts a string into a four-character code (e.g., S530) that represents its basic…

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

Oracle RTRIM Function: A Simple Guide

The RTRIM function in Oracle is a powerful tool for cleaning data. It "Right Trims" a string, meaning it removes all specified characters from the end (or right side) of the string. This is the opposite of LTRIM, which removes…

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