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


Please Help Members By Posting Answers For Below Questions

What does sharding mean?

758


In the oracle version 9.3.0.5.0, what does each number shows?

1021


What is the difference difference between $ORACLE_HOME and $ORACLE_BASE.

848


What is materialized view in Oracle?

813


What is a trigger oracle?

791


How to write a query with a right outer join in oracle?

830


What is a view and how is it different from a table?

718


Why do we use coalesce function in oracle?

840


What is a cursor in oracle?

814


How does oracle handle read consistency?

867


how the indexes are stored in the Oracle Database?

1939


What is tns entry?

801


What is integrity and what is constraint??Explain with example

1943


what are bitmap indexes? How does they work?

1937


How to use "startup" command to start default instance?

723