Choose your database:
AnySQL
MySQL
MS SQL Server
PostgreSQL
SQLite
Firebird
Oracle
SQL Anywhere
DB2
MaxDB

Subscribe to our news:
Partners
Testimonials
Renaud Lepage: "I was searching for a powerful server management as well as data management application, that could also have the ability to use stored procedures (MySQL5). I was using many separate apps. And then I stumbled upon this application. It just got better. With ease-of-use, powerful management, a very good level of customization, great MySQL server management and the very lushed graphical interface, MySQL Maestro is a product to consider seriously. I chose MySQL and this, to SQL Server 2000 and the MMC-integrated server management, for use in a programming course. I'm telling you, MySQL Maestro is a very powerful tool. Try it, you won't regret it".
Manu Gupta: "What I can say about it is that its simply awesome. I just used it for a day only, and explored a lot of things in it. Wow, its great. Thanks for such a nice tool. My wishes are with you".

More

Add your opinion

SQL Maestro for MySQL online help

Prev Return to chapter overview Next

Foreign Key References

A foreign key specifies that the values in a column (or a group of columns) must match the values appearing in some row of another table. The Foreign Key References tab allows you to manage foreign keys created in other tables and reference for columns of the current one. Table objects are managed within the corresponding tab of Table Editor. Unlike tables or views, Foreign Key References are actually not database objects. These are only references to foreign keys. They are designed specially for easy foreign keys management.

 

See also: Foreign Keys
 

 

Table foreign key references are edited within the Foreign Key Editor dialog window. In order to open the dialog you should either

 

open the table in Table Editor;
open the Subitems item and the Foreign Keys References tab there;
press Enter key or select the Edit Foreign Key item from the popup menu

or

select the foreign key to edit in the appropriate table group of the explorer tree and use the Edit Foreign Key popup menu item.

 

 

 

Table foreign key references are edited within the Foreign Key Editor dialog window. In order to open the dialog you should either

 

open the table in Table Editor;
open the Subitems item and the Foreign Keys References tab there;
press Enter key or select the Edit Foreign Key item from the popup menu

or

select the foreign key to edit in the appropriate table group of the explorer tree and use the Edit Foreign Key popup menu item.

 

 

 

To drop the foreign key reference:

 

open the table in Table Editor;
open the Subitems item and the Foreign Keys References tab there;
press Delete key or select the Drop Foreign Key item from the popup menu;

or

select the foreign key to drop in the appropriate table group of the explorer tree and use the Drop Foreign Key popup menu item.

 

and confirm dropping in the dialog window.

 



Prev Return to chapter overview Next