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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -