easy WebDEvs
quiz.
Basic, but good practise. See record_company in pgAdmin.
Inputting data in first place a little different syntax due to Postgres not SQL.
Complication with primary key when adding records. Chatgpt to the resuce with
SELECT setval('bands_id_seq', (SELECT MAX(id) FROM bands));