diff between DELETE and TRUNCATE?.

Answers were Sorted based on User's Feedback



diff between DELETE and TRUNCATE?...

Answer / sandeep desai

Some more additions

With Truncate command Oracle sets the High Water Mark to
Zero
whereas
With Delete command this doesn't happen since data is not
released from the memory

Is This Answer Correct ?    0 Yes 0 No

diff between DELETE and TRUNCATE?...

Answer / chaitanyabilla

delete-low water mark level
truncate-high water level

Is This Answer Correct ?    0 Yes 0 No

diff between DELETE and TRUNCATE?...

Answer / sahaja mallarapu

Delete is a DML command.
Truncate is a DDL command.

Using delete we can delete specific rows by applying some
condition.
using truncate all rows are deleted. we cant apply any
condition here.

deleted rows can be rollbacked.
truncated rows cant be rollbacked.

memory occupied by deleted rows cant be reused.
memory occupied by truncated rows can be reused.

Is This Answer Correct ?    0 Yes 0 No

diff between DELETE and TRUNCATE?...

Answer / padma

delete comd is used to delete not a specific record rather
all records without affecting the structure of the records
truncate comd is used to delete all the records from
existing table,retaining the structure o that table.
by using delete comd v can rollback all the delete
records .it is record level cmd
wherease truncate cmd v cannot rollback. it is table
level cmd

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More Oracle General Interview Questions

How can I get column names from a table in oracle?

0 Answers  


What is a Data Dictionary ?

5 Answers  


There is a big table with "n" of rows and 40 + columns .It doesn't have primary key.How do you select the primary key. In other words how do you get the duplicate records.

2 Answers   Microsoft,


What is the difference between PFILE and SPFILE in Oracle?

0 Answers   MCN Solutions,


Is there an oracle sql query that aggregates multiple rows into one row?

0 Answers  






what is data independence exactly? give an example

6 Answers  


Explain constraining triggers.

0 Answers  


How to define default values for formal parameters?

0 Answers  


What are the trigger associated with image items ?

1 Answers   Oracle,


What happens if the update subquery returns multiple rows?

0 Answers  


Difference between pre-select and pre-query

0 Answers  


How to remove a row in a database table?

5 Answers   IBM,


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)