Challenge: 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, andorder_datecolumns from theorderstable. - Calculate a new column named
predicted_delivery_dateby adding 5 days to theorder_datefor each row. - Use the appropriate SQL date arithmetic to add days to a date value.
Ratkaisu
Oliko kaikki selvää?
Kiitos palautteestasi!
Osio 2. Luku 6
single
Kysy tekoälyä
Kysy tekoälyä
Kysy mitä tahansa tai kokeile jotakin ehdotetuista kysymyksistä aloittaaksesi keskustelumme
Mahtavaa!
Completion arvosana parantunut arvoon 2.86
Challenge: 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, andorder_datecolumns from theorderstable. - Calculate a new column named
predicted_delivery_dateby adding 5 days to theorder_datefor each row. - Use the appropriate SQL date arithmetic to add days to a date value.
Ratkaisu
Oliko kaikki selvää?
Kiitos palautteestasi!
Osio 2. Luku 6
single