Challenge: Calculate Inventory Value
Aufgabe
Swipe to start coding
Write a query to calculate the total inventory value for all products in the products table. The total inventory value is defined as the sum of the product of price and stock for every product.
- Use the
productstable. - Multiply the
priceby thestockfor each product. - Calculate the sum of these values for all products.
- Return the result as a single value with the column name
total_inventory_value.
Lösung
War alles klar?
Danke für Ihr Feedback!
Abschnitt 3. Kapitel 6
single
Fragen Sie AI
Fragen Sie AI
Fragen Sie alles oder probieren Sie eine der vorgeschlagenen Fragen, um unser Gespräch zu beginnen
Suggested prompts:
Can you explain this in simpler terms?
What are the main points I should remember?
Can you give me an example?
Großartig!
Completion Rate verbessert auf 2.86
Challenge: Calculate Inventory Value
Swipe um das Menü anzuzeigen
Aufgabe
Swipe to start coding
Write a query to calculate the total inventory value for all products in the products table. The total inventory value is defined as the sum of the product of price and stock for every product.
- Use the
productstable. - Multiply the
priceby thestockfor each product. - Calculate the sum of these values for all products.
- Return the result as a single value with the column name
total_inventory_value.
Lösung
War alles klar?
Danke für Ihr Feedback!
Abschnitt 3. Kapitel 6
single