SQL - TRUNCATE VS DELETE DIFFERENCE
TRUNCATEDELETEIt is DDL command.It is DML command.It does not support where clause.It is support where clause.It is permanent delete.It is temporary deletion.It delete all table but keeps it's structu
blagos.hashnode.dev1 min read