MySQL is a relational database developed by the Swedish MySQL AB company and currently belongs to Oracle. MySQL is the most popular relational database management system. In terms of WEB applications, MySQL is one of the best RDBMS (Relational Database Management System) application software. MySQL is a relational database management system that stores data in different tables instead of putting all the data in one big warehouse, which increases speed and flexibility.
Related recommendations: "Navicat for mysql graphic tutorial"
The SQL language used by MySQL is the most commonly used standardized language for accessing databases. MySQL software adopts a dual authorization policy (this entry "Authorization Policy"), which is divided into community version and commercial version. Due to its small size, fast speed, low total cost of ownership, especially the characteristics of open source, it is generally used by small and medium-sized users. For website development, MySQL is chosen as the website database. Due to the excellent performance of its community version, it can form a good development environment with PHP, Linux and Apache. After years of web technology development, one of the web server solutions widely used in the industry is called LAMP.
The relationship diagram between mysql database tables can be viewed through navicat:
1. Download navicat from Baidu and open it;
2. Click on the navicat interface Click the button marked in the lower right corner to view the relationship diagram.
The above is the detailed content of How to see the direct relationship between two tables in navicat. For more information, please follow other related articles on the PHP Chinese website!