Test your skills through the online practice test: SQL Quiz Online Practice Test

Related differences

Ques 56. Posting

Posting is an event that writes Inserts, Updates & Deletes in the forms to the database but not committing these transactions to the database.

Is it helpful? Add Comment View Comments
 

Ques 57. Rollback

Rollback causes work in the current transaction to be undone.

Is it helpful? Add Comment View Comments
 

Ques 58. Savepoint

Savepoint is a point within a particular transaction to which you may rollback without rolling back the entire transaction.

Is it helpful? Add Comment View Comments
 

Ques 59. Set Transaction

Set Transaction is to establish properties for the current transaction.

Is it helpful? Add Comment View Comments
 

Ques 60. Locking

Locking are mechanisms intended to prevent destructive interaction between users accessing data. Locks are used to achieve.

Is it helpful? Add Comment View Comments
 

Most helpful rated by users: