logo

Back to questions

SQL Select Practice Exercise [SQL Interview Question]

Easy

Your given a table, which contains data about different Microsoft Azure cloud products.

Output all the data, in all the columns.

Example Output:

product_idproduct_categoryproduct_name
1AnalyticsAzure Databricks
2AnalyticsAzure Stream Analytics
4ContainersAzure Kubernetes Service
5ContainersAzure Service Fabric
6ComputeVirtual Machines
7ComputeAzure Functions

PostgreSQL 14