Select only those records that are greater than 14 days


How to do this query (oracle) sql

Select customer_id, order_id, order_date, and ship_date from the demo.sales_order table. For each record also provide the days from order to ship and use an alias name for the column heading.
Select only those records that are greater than 14 days between order and ship. Sort by customer_id, order_id, order_date. (Table: demo.sales_order). 

Request for Solution File

Ask an Expert for Answer!!
PL-SQL Programming: Select only those records that are greater than 14 days
Reference No:- TGS0125047

Expected delivery within 24 Hours