* Robert Morgan
> Hi, is there a way of showing relationships in mysql?
>
> such as. mysql> SHOW relationships

No. The relationships are dynamic, defined by join statements on the fly.
You can however show any defined foreign key constraints using "SHOW CREATE
TABLE tablename".

--
Roger


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to