This lab covers how to select all records in a table from a database
You should modify only the lab1.sql and lab2.sql files, found under the src/main folder. Instructions are provided in the lab.sql file. When you write your SQL statement, you should write it below the provided instructions as follows:
-- sample comments
-- TODO: write a sql statement below
select * from table;
with select * from table
representing your answer in the lab.sql file.