Blogs

How to call a Function in Oracle?

How to call a Function in Oracle? Creating two functions to test all the cases:… Read More

Trigger for preventing insertion of duplicate values in a table in Oracle

Trigger for preventing insertion of duplicate values in a table in Oracle We can use… Read More

Trigger to restrict salary within 1000

Trigger to restrict salary within 1000 Trigger Restriction on DML: We can use Trigger to… Read More

Oracle function return Array of Varchar2

Oracle function return Array of Varchar2 To return an array from a function, we will… Read More

How To Pass Array in where clause in Oracle?

How To Pass Array in where clause in Oracle? Array can be passed in WHERE… Read More

How to store string array in Oracle DB?

How to store string array in Oracle DB? There are 2 types of array which… Read More

How to convert Array to String in Oracle?

How to convert Array to String in Oracle? We can convert an array to string… Read More

How to pass array in Oracle SQL query?

How to pass array in Oracle SQL query? We can use PIPELINED TABLE FUNCTION to… Read More

Oracle check if value exists in associative array

Oracle check if value exists in associative array: Use EXISTS collection method to check if… Read More

How to exclude column from GROUP BY clause in Oracle?

How to exclude column from GROUP BY clause in Oracle? To exclude column from GROUP… Read More