Jump to content

Relational Tables Concept.


Fahid

Recommended Posts

Hello all !

First of all, I am a newbie to MySQL, infact to databases, so if I say something wrong, please point it, and accept my apology.

Let's move on.........

 

I Just want to know if MySQL support Relational DataBase Managment Systems(RDBMS).

I just remember a thing about MS Access (I learnt in my high school days).

You can relate feilds from one table to another. And it's really a useful feature.

If you have changed a field from one table, other table will change it automatically.

 

I am looking for this feature in MySQL, but looking at option provided in PHPmyadmin v2.6.0, I seems like this useful feature is not available in MySQL.

Is it available ?

If yes, then how can we define a relation between same fields from morethan one table ?

Link to comment
https://forums.phpfreaks.com/topic/2636-relational-tables-concept/
Share on other sites

you can assign foreign keys using the InnoDB engine. i haven't read enough to know whether changing the value in the parent table changes the value in the child table, but i DO know you can specify delete activity (Cascade deletion, Nullify, etc.).

 

have a look in the MySQL manual for InnoDB documentation. i think there's a whole chapter on the engine.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.