Answer Posted / surendra
truncate
it deletes only the records from the table
it doesn't delete the structure of the table
we cannot rollback it
we cannot delete a particular record from the table
it is ddl
drop
it deletes the records as well as structure of the table too
we cannot rollback the records
we can flashback the table from the version 9x
it is ddl
delete
it deletes the only records which are we mention in the where clause or whole records
it is dml
we can rollback it
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
In not less than 100 words what's the main difference between Rolap and Molap in ORACLE ?
What happens to indexes if you drop a table?
Explain view?
 How to use an oracle sequence generator in a mapping?
What is different types of joins?
What to do if the startbd.bat failed to start the xe instance?
What are the common oracle dba tasks?
What is a nested table?
How to retrieve the count of updated rows?
How many types of table in Oracle?
What is a nvl function?
What is oracle analytical function?
Can we connect to ORACLE db using Windows Authentication?
What is the fastest query method to fetch data from the table?
What is data type in oracle?