


This article mainly introduces the simple use of mysql foreign keys.
In the previous article, I have introduced you to the basic definition of mysql foreign keys and the method of creating foreign keys. Friends who need it can read these two articles first.
《What is Mysql foreign key? What are the uses? 》
《How to create a foreign key in mysql database? 》
I think everyone should have a certain understanding of mysql foreign keys.
Below we will give you a simple example to introduce to you the basic operations of mysql foreign keys in Navicat (database management tool).
Navicat is a set of fast, reliable and relatively cheap database management tools, designed to simplify database management and reduce system management costs. And is built with an intuitive graphical user interface that allows you to create, organize, access and share information in a secure and simple way.
First of all, there are two data tables in this database, class (class table) and stu1 (student table).
Then if we want to associate these two tables, we need to create a foreign key for the student table, which is the id in the class, that is to say, the student table The foreign key c_id field is the primary key id of the class table.
And we need to fill in the content in the class table before we can fill in the data in the student table.
When we do not delete the data in the student table, but directly delete the records in the class table, an error will occur when executing delete.
This is because the class table involves the data of the student table with foreign keys. Only by deleting the data of the related student table can the deletion operation be performed in the class table!
When we change the c_id in the student table, an error will also appear (as shown below). It should be noted that the foreign key field c_id here must be consistent with the primary key data in the class table on which we rely. The type matches!
The content of this chapter is about the related use of mysql foreign keys Operation introduction, it is also very simple, I hope it will be helpful to friends in need !
So about the Navicat database management tool mentioned in the article, friends who are interested can also read the previous related Navicat articles:
[How about Navicat Import and export sql files? 】
If you want to know more about mysql, you can follow the PHP Chinese website mysql video tutorial, everyone is welcome to refer to and learn!
The above is the detailed content of How to use mysql foreign keys? Introduction to the use of foreign keys in Mysql database (pictures, text + video). For more information, please follow other related articles on the PHP Chinese website!

The article discusses stored procedures and functions in MySQL, focusing on their definitions, performance benefits, and usage scenarios. Key differences include return values and invocation methods.

The article discusses securing MySQL servers against unauthorized access through password management, limiting remote access, using encryption, and regular updates. It also covers monitoring and detecting suspicious activities to enhance security.

The article discusses using roles to manage user permissions efficiently, detailing role definition, permission assignment, and dynamic adjustments. It emphasizes best practices for role-based access control and how roles simplify user management acr

The article discusses methods for setting and securing MySQL user account passwords, best practices for password security, remote password changes, and ensuring compliance with password policies.

The article explains the use of the GRANT statement in SQL to assign various privileges like SELECT, INSERT, and UPDATE to users or roles on specific database objects. It also covers revoking privileges with the REVOKE statement and granting privileg

The article discusses using variables in SQL stored procedures and functions to enhance flexibility and reusability, detailing declaration, assignment, usage, scope, and output. It also covers best practices and common pitfalls to avoid when using va

Article discusses MySQL privileges: global, database, table, column, routine, and proxy user types. It explains granting, revoking privileges, and best practices for secure management. Over-privileging risks are highlighted.

Article discusses granting execute permissions on stored procedures and functions, focusing on SQL commands and best practices for secure, multi-user database management.


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

WebStorm Mac version
Useful JavaScript development tools

Atom editor mac version download
The most popular open source editor

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment
