SQL
Remove a Project
Description
The DROP PROJECT
statement deletes the project.
Syntax
Here is the syntax:
DROP PROJECT [IF EXISTS] project_name;
On execution, we get:
Query successfully completed
The DROP PROJECT
statement deletes the project.
Here is the syntax:
DROP PROJECT [IF EXISTS] project_name;
On execution, we get:
Query successfully completed