Challenge: Predict Delivery Dates
Tarea
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.
Solución
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 2. Capítulo 6
single
Pregunte a AI
Pregunte a AI
Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla
Genial!
Completion tasa mejorada a 2.86
Challenge: Predict Delivery Dates
Desliza para mostrar el menú
Tarea
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.
Solución
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 2. Capítulo 6
single