What is difference between TRUNCATE & DELETE?
Answer Posted / rr
delete command delete the rows from table record by record but truncate removes all the records is nothing but it drops the table and creates table structure as it is
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between group by and partition by?
Is sql between inclusive?
What is difference between sql and oracle?
what is a database? : Sql dba
What is t sql in sql server?
Is sql low level language?
What are different types of sql?
What is use of trigger?
Why is sql important?
What is a sql select statement?
Enlist some predefined exceptions?
What will you get by the cursor attribute sql%notfound?
What is a common use of group by in sql?
Can a view be mutating? If yes, then how?
Why do we use view in sql?