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
Is java required for oracle client?
What happens if recursive calls get out of control?
How to use an explicit cursor without open statements?
Briefly explain what is literal? Give an example where it can be used?
Explain the use of analyse option in exp command.
How to drop a stored function?
How to create a testing table in oracle?
How to compare dates in oracle sql?
How to get the Installed Oracle Version Information ?
please explain.. DB architecture ...
How to create a single index for multiple columns?
Can objects of the same schema reside in different tablespace?
Hi Can any one tell me what are the API's used in requisition import.
What is bulk collect in oracle?
How can I convert single byte kana characters into multi byte kana characters and vice-versa.