Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Challenge: Calculate Discounted Prices | Section
Essential SQL Functions for Data Cleaning and Transformation
セクション 1.  14
single

single

bookChallenge: Calculate Discounted Prices

メニューを表示するにはスワイプしてください

タスク

スワイプしてコーディングを開始

Write a query to calculate the discounted price for each product. The discounted price should be the original price minus the discount, rounded to two decimal places.

  • Select the columns product_id, name, price, and discount from the products table.
  • Calculate the discounted price as price - discount for each product.
  • Round the discounted price to two decimal places.
  • Include the calculated value as a column named discounted_price in the result set.
  • Return one row for each product.

解答

Switch to desktop実践的な練習のためにデスクトップに切り替える下記のオプションのいずれかを利用して、現在の場所から続行する
すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 1.  14
single

single

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

some-alt