What is the purpose of declaring id SERIAL PRIMARY KEY in the employees table?
id SERIAL PRIMARY KEY
employees
It requires every employee to have the same department value
It gives each inserted row an automatically generated integer identifier that uniquely identifies the row
It stores an employee name of at most 50 characters
It requires every INSERT to supply an id manually
INSERT
id