
Posted on: 7 months ago
How to drop/delete database in MySQL?
Database, Delete, Drop, MySQL
72 | 0 | 0
We can use DROP DATABASE statement to drop/delete a database.
Syntax:
DROP DATABASE <database_name>;
Example:
DROP DATABASE myTutorial;
Welcome to CodePits.
CodePits provide a collection of tutorials about many programming languages like PHP, Laravel Framework, Codeigniter Framework, Mysql Database, Bootstrap Front-end Framework, Jquery, Node JS, Ajax Example, APIs, CURL Example, Composer Packages Example, AngularJS, Ionic Framework, etc. 🙌
Other Posts
Categories
Tags
Comment
Comments (0)
🤔
No comments yet, be the first to help
load more