Learn about NULL value functions like NVL, NVL2, NULLIF and COALESCE functions with simple explanation and example queries. NVL Replace NULL value with another value or
Category: Oracle PL SQL
Oracle PL SQL Tutorial Examples and Queries.
Learn how perform one to one character replacement using translate function with example queries. TRANSLATE function performs character to character replacement and returns a string
Learn about NULL value and an empty string behavior in oracle database with example queries. NULL means no-value(nothing). An empty string(”) treated as NULL value
Learn the about the logical columns that are not exist in the table, but how can be used to select the data from the table,
Learn about the logical columns that exists in oracle database with example queries. Pseudo columns are nothing but logical columns which behaves like a physical
Learn how to identify the columns present with NULL values in the table with example queries. There can be different ways to identify the columns
Learn how to remove duplicate records present in a table with standard sql queries and also dynamic sql with example queries. For base table reference
Learn how to fetch top N rows using SQL TOP, ROWNUM, LIMIT, FETCH clauses with example queries. Row Limiting clause is useful to limit the
Learn how to write SQL queries for questions given below. Queries are based on the Employee and Incentives tables given below. Let’s prepare the both
Learn how to extract a DAY,MONTH,YEAR,HOUR,MINUTE AND SECOND from a date time data type values. EXTRACT function extracts a date or a timestamp and returns