1)what is the difference between view and materilized view?
2)what is the difference between delete and truncate?
3)what is the difference between migration and upgration?
4)what is the difference between RMAN HOT BACKUP and normal
hot backup?

Answer Posted / praveen hattikal

2)Truncate is a DDL command, which has autocommit hence
cant be rolled back where as delete is DML with user commit
& roll back option. Truncate is faster then delete since it
wont store any data to backup tablespace. before delting.

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which is the best database?

500


Explain the term generalization.

518


What is record in a database?

468


Explain bcnf (boyce-codd normal form)?

542


Is it possible to break netlibs encryption?

504






How do you copy a database?

492


What is the full form of rdbms?

497


What are its two major subsystems of r?

561


What is a field in database?

504


Define sub-query.

539


Define a relation schema and a relation.

540


What is netlib for clipper?

503


What are the importance of partitioning in dbms?

519


How to debug stored procedures?

515


What is compound key?

540