Relational database queestion with php.
Posted
by Oliver Bayes-Shelton
on Stack Overflow
See other posts from Stack Overflow
or by Oliver Bayes-Shelton
Published on 2010-03-19T11:10:31Z
Indexed on
2010/03/19
11:11 UTC
Read the original article
Hit count: 499
Hi,
Not really a coding question more a little help with my idea of a Relational database.
If I have 3 tables in a SQL database. In my php script I basically query the companies which are in industry "a" and then insert a row into a seperate table with their details such as companyId , companyName etc is that a type of Relational database ?
I have explained it in a simple way so we don't get confused what I am trying to say.
© Stack Overflow or respective owner