Answer Posted / udhayakumar
delete is used to delete one or more rows from the table
where as truncate to delete all the rows without its
structure from the table
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the use of count (*) in sql?
how can we repair a mysql table? : Sql dba
What trigger means?
What is serial sql?
Why is pl sql used?
how tsql statements can be written and submitted to the database engine? : Transact sql
How to select random rows from a table?
Does execute immediate commit?
Which language is used in sql?
Why plvtab is considered as the easiest way to access the pl/sql table?
How do I run a script in sql developer?
What is query execution plan in sql?
What are the sql versions?
What is primary key and unique key?
How to check if a column is nullable before setting to nullable?