what is the difference between rollback & commit?
can a foreign key has null value?
Answer Posted / vaibhavi_dixit
With commit, all the changes, which are made using insert,
update or delete SQL statments, are save permanently in the
table(ie DB).Whereas, if one want to undo the changes made
by DML statments, then before issuing commit, one can use
rollback statment.Rollback statment has no effect, if used
after commit.
Yes foreign key can have null value.
Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
In what script is snap$ created? In what script is the scott/tiger schema created?
What is the purpose of tables, private synonyms and public synonyms in Oracle?
Please explain drop constraint oracle?
How do I manually create a database in oracle?
Explain the difference between sap and oracle?
What is data block in Oracle?
What is meant by a deadlock situation?
What do you mean by redo log file mirroring?
What spfile/init.ora file parameter exists to force the CBO to make the execution path of a given statement use an index, even if the index scan may appear to be calculated as more costly?
How to retrieve data from an cursor to a record?
What is bulk copy or bcp in oracle?
What are the different types of database objects?
Give the various exception types.
15. Display the item_cost and then truncate it to the nearest hundred, ten, unit, tenth and hundredth.
What is a proxy class?