![How to find foreign keys in navicat table](https://img.php.cn/upload/article/000/000/040/5d47debec9975697.jpg)
This article uses tool software to assist in checking the foreign keys that exist in a certain MYSQL table, so that you can quickly check the foreign keys that exist in the table.
Recommended tutorial: MySQL video tutorial
##Step 1: Double-click to open the software and enter the following interface
![1564991325470139.png How to find foreign keys in navicat table](https://img.php.cn/upload/image/897/255/520/1564991325470139.png)
Step 2: Link to the previous step, select a library in the database and click the operation as follows, for demonstration only, as shown in the figure below:
Step 3: Select a table in the right area to view the foreign keys in the table. The specific operation is as shown in the figure below:
![1564991410426161.png How to find foreign keys in navicat table](https://img.php.cn/upload/image/124/777/169/1564991410426161.png)
Step 4: Continue Continue the operation in one step. After clicking the table, select the menu on the upper menu bar and click the Design Table option as shown below:
![1564991438183057.png How to find foreign keys in navicat table](https://img.php.cn/upload/image/600/776/419/1564991438183057.png)
Step 5: View the table The foreign key field, the operation is as shown in the figure below: click the design table to enter the interface: the detailed information has been marked, and the steps to view the foreign keys are more intuitive with the help of tools.
![1564991468118768.png How to find foreign keys in navicat table](https://img.php.cn/upload/image/867/520/603/1564991468118768.png)
The above is the detailed content of How to find foreign keys in navicat table. For more information, please follow other related articles on the PHP Chinese website!