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
How to recover a dropped table in oracle?
Give the advantages and disadvantages of clusters.
What is a nested table?
How to load data through external tables?
How to display row numbers with the records?
How to convert raw data type into text in oracle? Explain
Is there an oracle sql query that aggregates multiple rows into one row?
Does oracle database need java?
What are oracle functions?
What is varray?
What is oracle sid?
what is the use of triggers in Java program? I mean where do we use triggers in Java programming?
What is Java Pool in Oracle?
How to delete multiple rows from a table in oracle?
How can you merge two tables in oracle?