What is the difference between DELETE and TRUNCATE?
Answer Posted / gourvendra singh
Truncate will remove the watermark from the table, but the
delete will not.
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
What is the difference between drop and truncate commands?
Which are sql * plus commands?
how can you create an empty table from an existing table? : Sql dba
How to convert comma separated string to array in pl/sql?
how to increment dates by 1 in mysql? : Sql dba
Who developed sql?
Explain the uses of a database trigger?
Can we join more than 2 tables in sql?
What are different types of queries in sql?
What are pl/sql cursor exceptions?
what does the t-sql command ident_incr does? : Transact sql
What is sql integrity?
What is transaction control language (tcl)?
What is the use of index in hive?
Is inner join faster than left join?