Back to questions
Your given a table, which contains data about different Microsoft Azure cloud products.
Output all the data, in all the columns.
| product_id | product_category | product_name |
|---|---|---|
| 1 | Analytics | Azure Databricks |
| 2 | Analytics | Azure Stream Analytics |
| 3 | Containers | Azure Kubernetes Service |
| 4 | Containers | Azure Kubernetes Service |
| 5 | Containers | Azure Service Fabric |
| 6 | Compute | Virtual Machines |
| 7 | Compute | Azure Functions |
We want to show all columns, so we'll use the symbol. The data is stored in the products table.