What are the PL/SQL Statements used in cursor processing ?
Answer Posted / suresh kumar somayajula
Declaring a CURSOR
Open the CURSOR
FETCH the rows from the CURSOR
CLOSE the CURSOR...
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
How can you fetch common records from two tables?
how many tables will create when we create table, what are they? : Sql dba
What is indexes?
How do you update f as m and m as f from the below table testtable?
How many times can we commit in a loop?
what does the t-sql command ident_incr does? : Transact sql
What is a design view?
What is data type in database?
What is cartesian join in sql?
What is a record in a database?
What is acid property in a database?
What is primary key secondary key alternate key candidate key?
What is procedure and function?
How is a process of pl/sql compiled?
What is the need of a partition key?