Oracle
Practical Oracle notes: creating and dropping databases, tooling, connectivity, and admin tips.
Create an Oracle database Create a user/database and run the init script as SYSDBA.
Drop an Oracle database Drop a user and its objects with DROP USER ... CASCADE.