adspace
When a dml statement is executed, in which cursor attributes, the outcome of the statement is saved?
Answer Posted / 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 |
Post New Answer View All Answers
Can delete statement be rollbacked?
how to start mysql server? : Sql dba
What is your daily office routine?
what is sql server agent? : Sql dba
define sql insert statement ? : Sql dba
what is schema? : Sql dba
Can we use distinct and group by together?
what is bcp? When does it used? : Sql dba
If a cursor is open, how can we find in a pl/sql block?
what are aggregate and scalar functions? : Sql dba
What is the current version of postgresql?
what is dbms? : Sql dba
what are all the common sql function? : Sql dba
Is primary key clustered index?
Is inner join faster than left join?