Correct Listing 5-4 to match book

This commit is contained in:
anthonydb 2023-10-29 13:25:16 -04:00
parent 906fb2a965
commit edf4b39552

View File

@ -71,7 +71,7 @@ CREATE TABLE supervisor_salaries (
town text,
county text,
supervisor text,
start_date text,
start_date date,
salary numeric(10,2),
benefits numeric(10,2)
);