How To Query The SQL Database In The Azure Portal

Introduction

In my previous article, you saw how to create an Azure SQL database on the Azure portal and in this blog, you will see how to query the SQL Database. Azure SQL Database is a relational Database-as-a-Service which provides high performance, reliable, and secure database that is used to build data-driven applications and websites.

Query SQL Database

Log in to the Azure Portal.

Click SQL Databases -> vijaiDB (which I have created in my previous article). Click Tools.

 

Click Query editor (preview).

 

Click Login and enter the credentials. Click OK.

 

Enter the query and click Run. Results will be displayed as shown in the screenshot.

 

Result

Thus, in this blog, you saw how to query the SQL database on the Azure portal.