Summary
In this module, you've learned how to use SQL to store and retrieve data in Azure SQL Database, Azure Database for PostgreSQL, and Azure Database for MySQL. You've seen how to connect to these database management systems using some of the common tools currently available.
Clean up
The sandbox automatically cleans up your resources when you're finished with this module.
When you're working in your own subscription, it's a good idea at the end of a project to identify whether you still need the resources you created. Resources that you leave running can cost you money. You can delete resources individually or delete the resource group to delete the entire set of resources.
Learn more
- sqlcmd Utility
- Download SQL Server Management Studio (SSMS)
- Tutorial: Design a relational database in Azure SQL Database using SSMS
- MySQL Community Downloads
- Use MySQL Workbench with Azure Database for MySQL - Flexible Server
- Quickstart: Use the Azure portal query editor to query Azure SQL Database
- DML Queries with SQL
- Joins (SQL Server)