What are the PL/SQL Statements used in cursor processing ?
Answer Posted / nishi
Declaring a CURSOR
Open the CURSOR
FETCH the rows from the CURSOR
CLOSE the CURSOR...
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the primary key?
Why is nosql good?
What are sql triggers used for?
Is primary key is clustered index?
How do you optimize a query?
How can we connect an Android App to an Oracle database and use the PL/SQL procedural code?
How many indexes can be created on a table in sql?
Which command is used to delete a package?
i have a column which may contain this kind of value: 123*67_80,12*8889_5,34*8_874 ,12*7_7 (can contain space before a comma, and this string length can be anything) now i want to split this value into two column like: column1: 123*67,12*8889,34*8,12*7 column2: 80,5,874,7 use function for this
What is pl sql in oracle?
What problem one might face while writing log information to a data-base table in pl/sql?
Why do we need sharding?
What are the query optimization techniques?
Can a view be mutating? If yes, then how?
What is column?