Question: Given the tables Order _ Timeline ( schema id , order _ id , message, created ) & Order _ Shipment Table ( schema id

Given the tables Order_Timeline(schema id,order_id, message, created) & Order_Shipment Table(schema id, order_id,actual_dispatch_date,created), write a SQL Query to find: % orders shipped on first message date+1(OTIF+1) Order_Timeline contains the message for the expected dispatch date, and Order_shipment gives you the real dispatch date. They are combined using order_id.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!