What's the difference between these two queries?
- There is no difference, both queries select all columns from the
race table - The first query doesn't select anything, whereas the second selects all columns
- The first query is missing a
SELECT statement There is no difference, both queries select all columns from the race table.