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
How much does sqlite cost?
What are the types of variable use in pl sql?
What are few of the schema objects that are created using PL/SQL?
What is date functions?
what are the join types in tsql? : Transact sql
What are predefined functions in sql?
What are the different ways to optimize a sql query?
What are the different types of dbmss?
Explain ttitle and btitle.
write an sql query to get third maximum salary of an employee from a table named employee_table. : Sql dba
how many sql ddl commands are supported by 'mysql'? : Sql dba
what is transaction? : Sql dba
Why is stored procedure faster than query?
how to write date and time literals? : Sql dba
What is the sql*loader? : aql loader