Question: Write a SELECT statement that returns these columns from the Orders table: The order _ id column The order _ date column A column named
Write a SELECT statement that returns these columns from the Orders table:
The orderid column
The orderdate column
A column named approxshipdate thats calculated by adding days to the orderdate column
The shipdate column if it doesnt contain a null value
A column named daystoship that shows the number of days between the order date and the ship date
add a WHERE clause that retrieves just the orders for March
Sort the result set by the orderid column in ascending sequence.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
