Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 548737
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T11:06:40+00:00 2026-05-13T11:06:40+00:00

List the differences between the following MySql commands. drop table tablename ; truncate table

  • 0

List the differences between the following MySql commands.

  • drop table tablename;
  • truncate table tablename;
  • delete from tablename where 1;

Also from your experiences please tell me typical usage scenario for each.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T11:06:40+00:00Added an answer on May 13, 2026 at 11:06 am
    • drop table tablename;
      • After this, it’s gone. No more table. No more data.
      • Use this when you don’t need that table any more.
    • truncate table tablename;
      • After this, the table is empty, and (importantly) auto-incrementing keys are reset to 1. It’s quite literally like having a brand new table.
      • Use this when you just want an empty table. It’s faster than DELETE because it simply deletes all data. DELETE will scan the table to generate a count of rows that were affected.
    • delete from tablename;
      • This lets you filter which rows to delete based on an optional WHERE clause.
      • Use this when you want to delete specific records, eg: DELETE FROM tablename WHERE username = 'joe'
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

From the following site: http://crfdesign.net/programming/top-10-differences-between-java-and-c Unfortunately, List<> is not thread-safe (C#’s ArrayList and Java’s
What are the differences between the following three signatures? static <T> void foo(List<T>, Comparator<?
Is there a difference between the following two : ArrayList list = getData(); public
Can you briefly list the differences between <%= %> , <%# %> and <%$
Is there a list of the differences between the various versions of Rails somewhere
I'm trying to calculate the number of pairwise differences between a long list of
Given a list of numbers, how does one find differences between every ( i
Can someone tell me what the difference is between the following public class CarCollection<T>:List<T>
Does anybody know about differences in the drag-and-drop behavior between JDK1.6 and JDK1.7 ?
Is there any differences between following code snippets? I'm using VS 2010, .NET 4,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.