You are given a task to create a table named 'products' from an external CSV file located at '/data/products.csv'. The table should include columns 'product_id', 'product_name', and 'price'. Write the Spark SQL command to achieve this. | Databricks Certified Data Engineer - Associate Quiz - LeetQuiz