Can you solve the sql queries and show the results
Question: Write a SELECT statement that returns these columns from the Orders table:
OrderID The OrderID column
OrderDate The OrderDate column
ShipDate The ShipDate column
Return only the rows where the ShipDate column contains a null value.
Answer this question that only Return the rows where the "ShipDate" column has a null value.