-
Oracle CURSOR with parameter.Execution of a cursor puts the results of the query into a set of rows called...
Read More
-
ORA-02291: integrity constraint violated – parent key not found error occurs when we try to insert a row in...
Read More
-
The COUNT() function returns the number of records in a tables based on sql query.
The COUNT function will only...
Read More
-
The keyword ‘ORDER BY’ clause used in SQL to order the data sets retrieved from a SQL database.
The sorting...
Read More
-
Max() function in sql can be used to get maximum value of two or more dates.Max(Date) function is useful...
Read More
-
TRIM function removes all specified characters from the beginning of a string or from the ending of a string.
Read More
-
Oracle Decode Function | Use PLSQL DECODE function to handle NULL and default values
Read More
-
The Max() function is another much helpful function in SQL, the MAX function returns the maximum value of an...
Read More
-
The GROUP BY statement is used in conjunction with the aggregate functions like SUM to provide means of grouping...
Read More
-
NVL function is used to substitute a value when a null value is encountered.This is useful in PL/SQL programming...
Read More