You can drop a database from Redshift cluster using below command where databasename is the name of the database that needs to be dropped.
drop database databasename;
You cannot drop a database that you are currently connected to.
You can drop a database from Redshift cluster using below command where databasename is the name of the database that needs to be dropped.
drop database databasename;
You cannot drop a database that you are currently connected to.