Show the cursor attributes of pl/sql.
Answer / Rishish Singh Gautam
In PL/SQL, a cursor is a dynamic or static server-side collection of rows from a database table or view that are accessed sequentially. The following are the attributes of a cursor in PL/SQL:nn1. %ISOPEN - Returns TRUE if the cursor is open and FALSE otherwise.n2. %NOTFOUND - Returns TRUE when there are no more rows to fetch from the cursor, and FALSE otherwise.n3. %ROWCOUNT - Returns the number of rows processed by the last DELETE, INSERT or UPDATE statement executed through the cursor.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain select statements in sql?
What is a behavioral trigger?
How to write a procedure for displying the data in a TREE or (PARENT and CHILD ) relationship , for ex: A is the main project id, for this project B,C,D are sub tasks(sub project id's) for B the sub tasks are e,f,g and for c is h ,i ,j and for d is k,l,m now i need to display the o/p in a TREE fashion pls help me , thanks in advance surendra
Hi Everyone, How to get fist and last record from a table in oracle? Thanks in advance
What does “select count(1) from tab” result?
a. Can you delete data from a View. b. If Yes, can you delete it if there are multiple tables c. If No, can you delete if there is single source table which is joining.
explain the advantages and disadvantages of stored procedure? : Sql dba
what is data integrity? : Sql dba
Tell me what a package consists of.
How do I tune a sql query?
What has stored procedures in sql?
What is a trigger ?
11 Answers Accenture, BirlaSoft,
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)