Code a query that uses * to select all columns of all entries from the membership table.

Make sure to pick SELECT followed by * and then FROM, membership, ;.