문제Column NameTypepersonIdintlastNamevarcharfirstNamevarchar[Table : Person]personId is the primary key (column with unique values) for this table.This table contains information about the ID of some persons and their first and last names. Column NameTypeaddressIdintpersonIdintcityvarcharstatevarchar[Table : Address]addressId is the primary key (column with unique values) for this table.Each row..