* Javier Gonzalo Gloria Medina
> How I crate this relational  tables with mysql.

Using the CREATE TABLE statement:

<URL: http://www.mysql.com/doc/C/R/CREATE_TABLE.html >

> where the two tables must be related by id ok

You combine the tables with the SELECT statement, you don't need to do
anything special when you create the tables to tell mysql that the tables
are related.

<URL: http://www.mysql.com/doc/S/E/SELECT.html >

--
Roger


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to