Given the Table STAFF ----------- ID LASTNAME 1 Malleswar 2 Kiran 3 Praveen 4 Yuva When issuing the query "SELECT * FROM STAFF" , the row return order will be based on which of the following?
An ambiguous order
The primary key order
The order that the rows were inserted into the table
The values for the ID column, then the LASTNAME column