Challenge: Calculate Inventory Value
Uppgift
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ösning
Var allt tydligt?
Tack för dina kommentarer!
Avsnitt 3. Kapitel 6
single
Fråga AI
Fråga AI
Fråga vad du vill eller prova någon av de föreslagna frågorna för att starta vårt samtal
Fantastiskt!
Completion betyg förbättrat till 2.86
Challenge: Calculate Inventory Value
Svep för att visa menyn
Uppgift
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ösning
Var allt tydligt?
Tack för dina kommentarer!
Avsnitt 3. Kapitel 6
single