Given the following table definition:
If the following SELECT statement is executed, which describes the order of the rows in the result
data set produced?
SELECT * FROM sales

A.
The rows are sorted by INVOICE_NO in ascending order.
B.
The rows are sorted by INVOICE_NO in descending order.
C.
The rows are ordered based on when they were inserted into the table.
D.
The rows are not sorted in any particular order.
Explanation: