Code a query that uses * to select all columns of all entries from the membership table.
*
membership
Make sure to pick SELECT followed by * and then FROM, membership, ;.
SELECT
FROM
;