What is the difference between DELETE and TRUNCATE?
Answer Posted / shilpa
Delete command delets one row or whole table with table
defination but truncate command only delete table not table
defination
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is dialect in sql?
What is trigger point?
How many developers work on postgresql?
What is the maximum number of triggers, you can apply on a single table?
What is loop in pl sql?
The in operator may be used if you know the exact value you want to return for at least one of the columns.
What is constant in pl sql?
Which column of the user triggers data dictionary view displays the database event that will fire the trigger?
how can we transpose a table using sql (changing rows to column or vice-versa) ? : Sql dba
What is not equal in sql?
what are ddl statements in mysql? : Sql dba
What is compound trigger?
What is the need of a partition key?
Are subqueries better than joins?
What is the difference between jpql and sql?