
Basic commands in SQL (Structured Query Language)
Creating the databaseTo create a new database, so it does not apply if the database already exists or you do not have the privilege.The syntax is:CREATE DATABASE nama_db
Delete databaseTo delete the database and all tables in it. This command does...