Specify the table with FROM and the current table's name. then, finish off the query with a semicolon ;.
FROM
;
Make sure to type FROM day_trip;.
FROM day_trip;