--> Skip to main content

MYSQL PART-11 IN HINDI

Views

MYSQL  PART-11 IN HINDI

MYSQL  PART-11 IN HINDI
MYSQL  PART-11 IN HINDI

MySQL Joins

Introduction to MySQL joins
अभी तक आपने जितने भी SQL statements execute करवाये उन सबका result एक single table से related था। लेकिन कई बार ऐसा होता है की एक single table में पर्याप्त information नहीं होती है

 और एक से अधिक tables से information show करने की आवश्यकता पड़ती है। ऐसी situations के लिए MySQL आपको एक mechanism (commands/statements) provide करती है जिन्हें joins कहते है। 

Joins की मदद से आप एक ही query के द्वारा कई tables से rows show कर सकते है। यदि ये काम बिना joins के किया जाये तो इसके लिए आपको एक से अधिक queries execute करवानी होगी। 

Joins के द्वारा show किया गया result एक नयी table form करता है जो different tables के columns से मिलकर बनी होती है।
MySQL आपको 3 प्रकार के joins provide करती है।
Inner joinLeft joinRight join
Comment Policy: Please write your comments that match the topic of this page's posts. Comments that contain links will not be displayed until they are approved.
Leave a Comment
Close comments