Compare and contrast TRUNCATE and DELETE for a table.
Answer Posted / mkjmkumar
Delete :
1. It is a DML
2. Speed is Slow
3. We can Use Where Clause.
4. Check Constraints Before delete.
Truncate
1. It is a DDL.
2. Speed is Fast
3. We Cant Use Where Clause
4. Delete All Rows without check of constraints.
Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Can you explain how to adjust the amount of advance already received against an invoice? : oracle accounts receivable
difference of using cursor for loop and open,fetch,close.which one is better
What are the advantages of operating a database in ARCHIVELOG mode over operating it in NO ARCHIVELOG mode in Oracle?
Explain about party and customer in ar : oracle accounts receivable
What is the meaning of "Modulus" and "Alignment" in a datafile. Data file might be from any database. Data file is created through unloading data from a table. So, while loading this data into my table, I need to use these keywords. Could any one can help me regarding this?
Differentiate between unidentified receipt, unapplied receipts and on account receipts? : oracle accounts receivable
please send me oracle pl/sql exp resume. and also faqs...
which gives Oracle R12 Financial training in delhi please give me answer its urgent?
How many segment are present in Oracle Manufacturing
Explain prerequisites and post activities of oracle database installation
What is an Oracle database Full Backup?
My requirement is like in database some defects are present and i need to clean them.To be brief for example every employee should have active assigments.So for those records which are not having status as active or null ,i need to update the roecords using API with the correct value. Client will provide a flat file for the records whch are defected.So i need to run the API for those records (flat file)and update the data in database. So my question is how to handle this requirement.Is there any existing API for this purpose?If yes then please send me the NAME. How to update the records in the database using flatfile. Any pointer will be appreciated.Thanks in advance.
I would like to study certification course in Data base adminidtrator then where would i go to study this course?
Where in the Oracle directory tree structure are audit traces placed?
can u give guidance abt packages of plsql