Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Oppiskele Challenge: Predict Delivery Dates | Date and Time Functions
Functions in SQL

bookChallenge: Predict Delivery Dates

Tehtävä

Swipe to start coding

Predicting delivery dates is a common use case for date functions in SQL. In this challenge, you will use the orders table to estimate when each order will be delivered by adding 5 days to its order_date.

  • Select the order_id, customer_id, and order_date columns from the orders table.
  • Calculate a new column named predicted_delivery_date by adding 5 days to the order_date for each row.
  • Use the appropriate SQL date arithmetic to add days to a date value.

Ratkaisu

Oliko kaikki selvää?

Miten voimme parantaa sitä?

Kiitos palautteestasi!

Osio 2. Luku 6
single

single

Kysy tekoälyä

expand

Kysy tekoälyä

ChatGPT

Kysy mitä tahansa tai kokeile jotakin ehdotetuista kysymyksistä aloittaaksesi keskustelumme

close

bookChallenge: Predict Delivery Dates

Pyyhkäise näyttääksesi valikon

Tehtävä

Swipe to start coding

Predicting delivery dates is a common use case for date functions in SQL. In this challenge, you will use the orders table to estimate when each order will be delivered by adding 5 days to its order_date.

  • Select the order_id, customer_id, and order_date columns from the orders table.
  • Calculate a new column named predicted_delivery_date by adding 5 days to the order_date for each row.
  • Use the appropriate SQL date arithmetic to add days to a date value.

Ratkaisu

Switch to desktopVaihda työpöytään todellista harjoitusta vartenJatka siitä, missä olet käyttämällä jotakin alla olevista vaihtoehdoista
Oliko kaikki selvää?

Miten voimme parantaa sitä?

Kiitos palautteestasi!

Osio 2. Luku 6
single

single

some-alt