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

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -