Select the column name and then rating for each item in the restaurants table.
name
rating
restaurants
Make sure to type SELECT name, rating.
SELECT name, rating