what is the difference between delete and truncate?

Answer Posted / kumarsunny9

Truncate is more faster than delete.

in sql you need to write statement: truncate table

table_name

truncate delete all record from table.it remain only

structure of table.

Is This Answer Correct ?    1 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the instance of a relation?

498


Where is data stored in database?

485


Explain what is a deadlock and mention how it can be resolved?

482


Why is foreign key used?

457


Mention some disadvantages of query?

544






What is a clause in terms of sql?

585


Explain the Surrogate Key in DBMS.

550


Explain what are the types of transparencies?

524


What is rdbms data?

508


Describe the difference between embedded and dynamic sql.

514


What do you know about DBMS?

567


What are views in dbms?

480


What is bcnf?

598


What is unique key in dbms?

481


I want to export the data date to date from oracle database then what can i do?

1986