I have three tables
Article Group Code
-------- -------- --------
id id id
Name GroupName CodeName
NameInfo Group value code value
Bla
bla
groupname
codename
something
bla
Can you please tell me how to make table so that I can see in my first table named articles values groupname and codename from another table? And then how to make select query?
You should create relational database structure,