what is exact difference between drop and truncate table.
Answer Posted / samad
ya its correct sowjanya
DROP - delete objects from the database
TRUNCATE - remove all records from a table, including all
spaces allocated for the records are removed in this
rollback is not possible
DELETE - deletes all records from a table, the space for the
records remain rollback is possible
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What happens in oracle commit?
What is set operator oracle?
How to create a new tablespace in oracle?
What is program global area (pga) in oracle?
Why we use bulk collect in oracle?
What exactly do quotation marks around the table name do?
Can select statements be used on views in oracle?
what is reindexing?
How data locks are respected in oracle?
Describe varray?
What do you understand by database schema and what does it hold?
What operating systems are supported by oracle database 10g xe?
How do you find current date and time in oracle?
Explain the use of tables option in exp command.
Why does oracle 9i treat an empty string as null?