# 1.2: Drop Database

1. Create a new query by right clicking on SQL\_Library.
2. Inside of the SQL\_Library, write a query that drops (or deletes) your database.
3. To see the solution for this challenge, click on [1.12 Solutions](/sql-101-basics/part-1-transact-sql/1.12-solutions.md#12-drop-database-solution).
4. Now, recreate your database by following the steps in [1.1](/sql-101-basics/part-1-transact-sql/1.1-create-database.md). Then, continue to step [1.3 Create Table](/sql-101-basics/part-1-transact-sql/1.3-create-table.md).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://eleven-fifty-academy.gitbook.io/sql-101-basics/part-1-transact-sql/1.2-drop-database.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
