Use of drop, truncate, and delete----Delete table data in MySQL statement

Source: Internet
Author: User
Degree from strong to weak 1, drop table TB drop directly delete the form, no way back 2, truncate (table) TB Delete all data in the table, cannot be used with where 3, delete from TB (where) Delete data in a table (can make a row) difference: Truncate and delete difference 1, transaction: Truncate is not rollback, but delete can rollback; Reason: truncate Delete whole table data (DDL statement, Implicit commit), delete is a row of deletes, can rollback 2, effect: Truncate will re-level and index (ID zero), delete will not delete index 3, Trunca         TE cannot trigger any delete triggers. 4, delete Delete can return the number of rows

Use of drop, truncate, and delete----Delete table data in MySQL statement

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.