(2.2) Using Query Editor to visualize your data
This is part of a series of articles called Azure Challenges. You can refer to the Intro Page to understand more about how the challenges work.
Open your Azure Portal and select your SQL Database
In your SQL Database select the Query Editor option.
You have to log in to your SQL database instance using the same username and password you defined to create you SQL database.
From the list, you can choose Tables, Views, OR Stored Procedures
Right-click in your table and select the option Select Top 1000 Rows.
The SQL statement will appear in the code area.
As an exercise, you can try to change the SQL statement and add a WHERE clause to filter the results that contain the word “high”
Next step (2.3) Using Azure Data Studio to visualize your data