What's the difference between these two queries?

There is no difference, both queries select all columns from the race tableThe first query doesn't select anything, whereas the second selects all columnsThe first query is missing a SELECT statement

There is no difference, both queries select all columns from the race table.