In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-03-02 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)05/31 Report--
This article mainly introduces the relevant knowledge of "what are the requirements of mysql foreign key constraints". The editor shows you the operation process through actual cases, the operation method is simple and fast, and it is practical. I hope this article "what are the requirements of mysql foreign key constraints" can help you solve the problem.
1. Establish a foreign key on the table, and the primary table should exist first.
2. A table can establish multiple foreign key constraints.
3. The foreign key column of the slave table must point to the primary key column of the primary table.
4. the foreign key column of the slave table can be different from the column name referenced by the master table, but the data type must be the same.
Example
Mysql > show create table students\ gateway * 1. Row * * Table: studentsCreate Table: CREATE TABLE `students` (`id` int (11) NOT NULL AUTO_INCREMENT, `uid` int (11) NOT NULL, `name` varchar (6) NOT NULL, PRIMARY KEY (`id`), KEY `uid` (`uid`) CONSTRAINT `students_ibfk_ 1` FOREIGN KEY (`uid`) REFERENCES `class` (`xuehao`) ON DELETE CASCADE ON UPDATE CASCADE) ENGINE=InnoDB DEFAULT CHARSET=utf8 's content on "what are the requirements for mysql foreign key constraints"? Thank you for your reading. If you want to know more about the industry, you can follow the industry information channel. The editor will update different knowledge points for you every day.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.