Answer Posted / reddibasha
Transaction is a Set of DML operations with Commit /
Rollback. In SQL, transaction starts with DML command
(Except SELECT) and ends with Commit / Rollback(Implicit /
Explicit).
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the benefits of triggers?
How do you identify a primary key?
What is pl sql quora?
What are inner outer left and right joins in sql?
Where is sql database stored?
What is sql scripting?
What are %type and %rowtype for?
What is cursor explain with example?
How to read/write files from pl/sql?
Write a sql select query that only returns each name only once from a table?
What is difference between inner join and self join?
What version is sql?
How to combine two stored procedures in sql?
How delete all records from table in sql?
How can get second highest salary in sql?