what is d diff between grant,commit,rollback n savepoint
Answer / priya ramesh
grant - it is a statement of DCL (DATA CONTROL LANG)
granting previleges to the user
Commit,Rollback and savepoint are the statements of TCL (TRANSACTION CONTROL LANG)
Commit - Makes a permanent change to the data in the database
Rollback - The changes made in the data can be undone using roll back statement
savepoint - The point upto which the data can be commited while the rest of the datas can be rollbacked as necessary
Is This Answer Correct ? | 3 Yes | 1 No |
What are synonyms in sql?
Can we use out parameter in function?
How to write a single statement that concatenates the words ?hello? And ?world? And assign it in a variable named greeting?
Explain the order of sql statement execution?
What are the set operators in sql?
I need to write a simple query,which one is better select statement or stored procedure?and why?
Does execute immediate commit?
what is unique key constraint? : Sql dba
What is a join?Explain the different types of joins?
6 Answers Bank Of India, CitiGroup, Google, ICICI, Saama Tech, SkyTech, TCS,
What is an ndf file?
Explain ddl statements in pl/sql?
What are the constraints available in sql?