In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-09-13 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/02 Report--
This article mainly explains "the difference between the inner connection, the left connection and the right connection of the database". The content in the article is simple and clear, and it is easy to learn and understand. let's study and learn the difference between the inner connection, the left connection and the right connection of the database.
Here to share the various connections to the database.
First create a database with navicat
Create table A, BBJ SQL in the same way
CREATE TABLE `A` (
`Aid` int (10) NOT NULL DEFAULT 1 COMMENT 'Primary key'
`Aname` varchar2
PRIMARY KEY (`id`)
)
ENGINE=InnoDB
DEFAULT CHARACTER SET=utf8 COLLATE=utf8_general_ci
ROW_FORMAT=DEFAULT
The record with select* from An is shown in figure 1 below:
The record with select* from B is shown in figure 2 below:
The relationship between An and B is shown in the figure:
Internal connection (Inner JOIN):
Select* from A JOIN B ON A.Aid=B.Bnameid
Or: select* from A Magi B where A.Aid=B.Bnameid
Running effect
Left connection (Left JOIN):
Select* from A Left JOIN B ON A.Aid=B.Bnameid
Running effect
Right connection (Right JOIN):
Select* from A Right JOIN B ON A.Aid=B.Bnameid
Running effect
Thank you for your reading. The above is the content of "the difference between the inner connection, the left connection and the right connection of the database". After the study of this article, I believe you have a deeper understanding of the difference between the inner connection, the left connection and the right connection of the database, and the specific use needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!
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.
The market share of Chrome browser on the desktop has exceeded 70%, and users are complaining about
The world's first 2nm mobile chip: Samsung Exynos 2600 is ready for mass production.According to a r
A US federal judge has ruled that Google can keep its Chrome browser, but it will be prohibited from
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
About us Contact us Product review car news thenatureplanet
More Form oMedia: AutoTimes. Bestcoffee. SL News. Jarebook. Coffee Hunters. Sundaily. Modezone. NNB. Coffee. Game News. FrontStreet. GGAMEN
© 2024 shulou.com SLNews company. All rights reserved.