Hi
I have two tables with the following structure and data:
STRUCTURE of table person:
person_id int (11)
person_name varchar(255)
DATA:
person_id,person_name
---------------------
1,John Doe
STRUCTURE of table email:
email_id int(11)
person_id int(11)
email_email varchar(255)
DATA...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.