employer cover photo
employer logo
employer logo

Celebal Technologies

Is this your company?

Celebal Technologies Interview Question

Difference between delete ,truncate and drop?

Interview Answer

Anonymous

Nov 11, 2023

Ans-Delete is used to delete a single record or multiple records depending upon the condition specify in the where clause ->Drop is used to delete the whole database or table. ->Truncate is used to delete the data inside the table not the whole table.