mysql - Pointing data from 1 table to another -
table 1
id - int last_name-varchar(255) first_name--varchar(255) adress- varchar(255) city- varchar(255)
table 2
idpk- int brand- varchar (255) model- archar(255) reg_number - varchar(8) person_idfk - int
now need 2 recordings table 1 point 1 recording table 2. how can ,what command should use ?
Comments
Post a Comment