Objectives

This laboratory practice proposes to use the Azure portal's query editor to add, update and delete data from the Azure SQL Database.

We will need the following components:

  • An active Azure subscription (see here how to create a free account).
  • An Azure SQL database with sample data.

Achievements

This laboratory practice allows:

  • Use of Azure Query editor.
  • Explore basic SQL statements.
  • Understand how to modify the database data using Azure Query editor.
  • Understand how to modify the database data from Python coding