A new demo has been added in the SQL Server 2000 demo portion.The detail of this demo is
Title: How to Delete a Database in Microsoft SQL Server 2000
Objective: The objective of this demo is to teach you the process of deleting a database in Microsoft SQL Server 2000.You can delete a nonsystem database when it is no longer needed or if it is moved to another database or server. When a database is deleted, the files and their data are deleted from the disk on the server. When a database is deleted, it is permanently deleted and cannot be retrieved without using a previous backup. System databases (msdb, master, model, tempdb) cannot be deleted.
If you are a subscriber, then click the Demos link in the navigation menu to view the complete list of demos.