Compare and contrast TRUNCATE and DELETE for a table.
Answer Posted / sridhar
truncate and delete are deltes all rows in the table but truncate is much faster than delete.
and if u delete row in the delte deletion of each gets logged in the transaction log.
truncate there is no way to log in transaction log
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what functionality does oracle provide to secure sensitive information?
If you are given access to a sql server, how do you find if the sql instance is a named instance or a default instance? : sql server DBA
How would you best determine why your MVIEW couldn't FAST REFRESH?
what is a crs resource?
Does any body has ORACLE Certification Dumps or Materials on 9i DBA, 10G DBA, Internet Application Developer, OCP 8i to 10g DBA Upgrade, Oracle 11i if any body have it, please kindly drop an email to: taruni_2k8@yahoo.com
How can you tell how much space is left on a given file system and how much space each of the file system's subdirectories take-up?
How to bind a cobol module to a given job? I am not able to understand this concept.Can anyone help me out as how to carry out this task?
Draft one mock email requesting your non-technical management grant you downtime to (provide justification where applicable) complete the following tasks: (1) Generate statistics on a large table; (2) Generate an RDA – if you don't know what an RDA is please say so. (3) Rename datafiles.
What is fill factor? : sql server DBA
What is dbcc? : sql server DBA
who owns the operating system files created by the utl_file package?
Why would you call update statistics? : sql server DBA
What are the steps you will take to improve performance of a poor performing query?
Explain the difference between a FUNCTION, PROCEDURE and PACKAGE.
In which dictionary table or view would you look to determine at which time a snapshot or MVIEW last successfully refreshed?