# Creation and Deletion of Database

Let us see the steps to create and delete a database.

### Creating the Database

1. Go to <https://portal.azure.com/#home>.
2. From the menu, choose **Create a resource**.
3. Select **SQL Database** in Azure Marketplace. You can also search 'SQL Database' using the search box and select the service **SQL Database by Microsoft** from the results.
4. Click on **Create** to begin the database creation process.
5. In the **Basics** tab of the creation wizard, enter the following information:

**Subscription:** Choose the subscription type you want for the database.

**Resource group:** Select an existing resource group or create a new one to organize your resources.

**Database name:** Enter a unique name for your database.

**Server:** Choose an existing SQL server or create a new one.

<figure><img src="/files/vSKDCgJQ75PQFXiMRFUJ" alt=""><figcaption><p><strong>Create SQL Database</strong></p></figcaption></figure>

Go to **Review+create** tab. Review the summary of the settings and click on **Create** to start the database creation process.

<figure><img src="/files/Kzhr0ZzXKxzkdVdCVJdD" alt=""><figcaption><p><strong>Review and Create</strong></p></figcaption></figure>

### Deleting the Database

1. Select the SQL database that you want to delete.
2. From the menu, click **Overview**.
3. Choose **Delete** on the right side of the window.

<figure><img src="/files/InushL1oG6NojLnDO63P" alt=""><figcaption><p><strong>Delete the Database</strong></p></figcaption></figure>

4. Confirm the deletion by following the prompts. Enter any necessary confirmation details if required and Click **Delete.**

<figure><img src="/files/ImuGYerKGHH2pUaYEZzm" alt=""><figcaption><p><strong>Confirm Deletion</strong></p></figcaption></figure>


---

# 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://docs.inforiver.com/inforiver-enterprise-on-prem/how-to-guides/creation-and-deletion-of-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.
