When a dml statement is executed, in which cursor attributes, the outcome of the statement is saved?
Answer / Yatheesh Kumar
The outcome of a DML (Data Manipulation Language) statement, such as INSERT, UPDATE, or DELETE, is not saved in any cursor attribute. Instead, you can retrieve this information using functions like SQL%ROWCOUNT for the number of rows affected.
| Is This Answer Correct ? | 0 Yes | 0 No |
How many database objects (trigger, packages, sequence etc) uses a particular field in a given table. For ex: I want to know how many database object uses the ATTRIBUTE1 in the PO_VENDORS table. What query will give me the result showing the database object name(package, trigger etc), field_name used (in this case ATTRIBUTE1) and table_name (in this case PO_VENDORS).
What is a temporal data type?
What is the use of pl/sql table?
how to convert numeric values to character strings? : Sql dba
what is the difference between delete and truncate commands? : Sql dba
What is the difference between the conventional and direct path loader? : aql loader
What is pl sql architecture?
What is union and union all keyword in sql and what are their differences?
What are joins in sql?
What is pl sql block in dbms?
What is an escape character in sql?
How to connect a sql*plus session to an oracle server?
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)