diff between DELETE and TRUNCATE?.
Answer Posted / p.baskar
DELETE is DML Command, TRUNCATE is DLL Command.
DElete used to particular record or, all records from table.
But TRUNCATE only relete the all records.
Ee can rollback the DELETE Command, But we cant rollback the
TRUNCATE
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why is oracle used?
Please explain compound trigger in oracle?
What is a private synonym?
How to use subqueries with the exists operator in oracle?
What is BBED in Oracle?
master table and child table performances and comparisons in Oracle ?
What is an external table?
how to convert .db (extention) database file into .dmp (extention ) for oracle database ?
What is a trigger and what are its types?
Why use resource manager in Oracle?
How to create a table index?
How do we create privileges in oracle?
what is the difference between functional dependecy and multilevel dependency?
How to use group functions in the select clause using oracle?
IS it possible to built the oracle database without setting the kernal parameters?