Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Difference between DELETE and TRUNCATE in MySQL.

In MySQL, DELETE and TRUNCATE both are used for deleting data from table. DELETE DELETE comes under DML(Data Manipulation Language). DELETE can be used to delete a particular row by using WHERE clause. It is slower than TRUNCATE as...

Difference between Delete and Truncate

Following is difference between Delete and Truncate in database: Delete: DELETE is a DML(Data Manipulation Language) Command. DELETE statement is executed using a row lock, each row in the table is locked for deletion. You can add filte...
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: