Table of Contents
DROP DATABASE
The DROP DATABASE statement is used to drop a database existed on a Valentina Server.
Syntax
DROP DATABASE [IF EXISTS] db_name
Notes
This command requires the admin privileges.
Examples
DROP DATABASE people
The DROP DATABASE statement is used to drop a database existed on a Valentina Server.
DROP DATABASE [IF EXISTS] db_name
This command requires the admin privileges.
DROP DATABASE people