Switch to: V12V11V10V9V8V7V6V5

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