Sample questions and answers
Try answering the following questions to test your knowledge:
- Which administrative tool is used in Azure Database for MySQL?
- MySQL Workbench
- Azure Data Studio
- SQL Management Studio
- The Azure CLI
- Which database service is the simplest option for migrating a LAMP application to Azure?
- Azure SQL Database
- Azure Database for PostgreSQL
- Azure Database for MySQL
- Azure Cosmos DB
- You need to modify a view in a relational database by adding a new column. Which statement should you use?
- MERGE
- ALTER
- INSERT
- UPDATE
- Matching the SQL data processing objects to requirements, find the two wrong statements:
- Tables store instances of entities as rows
- Views create relationships
- Indexes improve the processing speed for data searches
- Keys display data from predefined queries
- You need to create a relation between two different tables that have one related column. Which statement should you use?
- SELECT AND DROP
- SELECT AND JOIN
- SELECT AND CASE
- CREATE AND RELATION