Which of the following syntaxes will a user use to remove a database in MySQL?

Which of the following syntaxes will a user use to remove a database in MySQL?

Which of the following syntaxes will a user use to remove a database in MySQL?

A.
CANCEL DATABASE [IF EXISTS] database_name;

B.
REMOVE DATABASE [IF EXISTS] database_name;

C.
DELETE DATABASE [IF EXISTS] database_name;

D.
DROP DATABASE [IF EXISTS] database_name;



Leave a Reply 0

Your email address will not be published. Required fields are marked *