let\'s say I have a table in a postgres db with DDL such as:
CREATE TABLE personnel_data ( ID serial primary key, NAME varchar(50), EMAIL