What is difference between TRUNCATE & DELETE?
Answer Posted / jude franco
TRuncate removes all the rows in a table in one go.
Delete deoes it for each row
Truncate does not make entries in a LOG file
Delete makes entries for each row that gets deleted
| Is This Answer Correct ? | 23 Yes | 3 No |
Post New Answer View All Answers
Mention what does the hierarchical profiler does?
What is the usage of sql functions?
explain primary keys and auto increment fields in mysql : sql dba
what is sql in mysql? : Sql dba
What is pl sql script?
Explain 3 basic parts of a trigger.
Is left join and outer join same?
How do you drop a trigger?
What are the benefits of pl/sql packages?
What is a rank in sql?
What is keys and its types?
What is Materialized View? In What Scenario we Use Materialized View?
How do I run a pl sql procedure in sql developer?
How to call shell script from pl sql procedure?
What is offset and limit in sql?