I have a table called provider. I have three columns called person, place, thing. There can be duplicate persons, duplica
provider
person
place
thing
alter table table_name add primary key (col_name1, col_name2);