Why cursor variables are easier to use than cursors?
No Answer is Posted For this Question
Be the First to Post Answer
List the types of joins used in writing subqueries?
What are dml statements in oracle?
How to add a new column to an existing table with a default value?
Why does Oracle not permit the use of PCTUSED with indexes?
If I have a select statment which retrives 2 rows, & that rows have the same data in all the fields except the last field and I want to merge the 2 rows to be in 1 row with concatenating the last field which have the different data.... eg: the 1st row has these fields: A-B-C the second row has: A-B-X ........ i want to merge the two row to be in one row like ----> A- B- C,X
How to create a new table by selecting rows from another table?
How to write text literals in oracle?
What is oracle rowcount?
How to concatenate two text values in oracle?
What is dynamic proxy?
What is hot backup and logical backup?
How to put more than 1000 values into an oracle in clause?