MySQL DROP & TRUNCATE

 How to Work Drop & Truncate in MySql:

Syntax:


DROP & TRUNCATE

TRUNCATE TABLE courses;

DROP TABLE courses;


Comments

Popular posts from this blog

MySQL UNION & UNION ALL

MySQL VIEW

MySQL String Functions - II