Essentially the code from section (6) was used to create the tables in the database.
You can then validate the call like so:
SELECT * FROM public.products ORDER BY id ASC;copy
SELECT * FROM public.products ORDER BY id ASC;