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
how to concatenate two character strings? : Sql dba
How to Declare Fixed Length String Value In PL SQL
How do you get column names only for a table (sql server)?
What are the main features of cursor?
Is sql procedural language?
how to select unique records from a table? : Sql dba
What is partition by in sql?
Can a table contain multiple primary key’s?
How to use boolean type in select statement?
How do you update sql?
How can a function retun more than one value in oracle with proper example?
Is sql a backend language?
Why do we use procedures in pl sql?
What is denormalization in a database?
How to read/write files from pl/sql?