Hi @Saurabh Tiwari
In addition to above, you can install SQL Server Management Studio on your local machine
Here a link to Download SQL Server Management Studio (SSMS) and connect to your SQL Server and database using admin account and password. You can find the name of the server and admin login from the portal.
Poral View-
SSMS View
Connect to your database and run the mentioned query.
if you don't have database, you can create sample database from the portal.
You can refer below YouTube video. Set Up Microsoft Azure SQL Server and SQL Database (Step-By-Step Tutorial)
https://youtu.be/6joGkZMVX4o?si=BV_6Sdo20K3rfbPe
Hope this helps!
Thank You
Answer from RahulRandive on learn.microsoft.comVideos
How do I run SQL code online with myCompiler?
How to run Sql code online?
How fast does SQL code run on myCompiler?
Hi @Saurabh Tiwari
In addition to above, you can install SQL Server Management Studio on your local machine
Here a link to Download SQL Server Management Studio (SSMS) and connect to your SQL Server and database using admin account and password. You can find the name of the server and admin login from the portal.
Poral View-
SSMS View
Connect to your database and run the mentioned query.
if you don't have database, you can create sample database from the portal.
You can refer below YouTube video. Set Up Microsoft Azure SQL Server and SQL Database (Step-By-Step Tutorial)
https://youtu.be/6joGkZMVX4o?si=BV_6Sdo20K3rfbPe
Hope this helps!
Thank You
Hi @Saurabh Tiwari
The Azure SQL Database query editor (preview) is a tool to run SQL queries against Azure SQL Database in the Azure portal.
See this doc: Use the Azure portal query editor to query Azure SQL Database.
Best regards,
Cosmog Hong
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".