DBMS — MCQ Practice

Hindi aur English dono mein practice karo — click karo answer check karne ke liye

📚 144 Questions 🌐 Hindi + English ✅ Free
भाषा / Language:
144 questions
106
EN + हिं Medium
GB What is the difference between a superkey, candidate key, and primary key?
IN सुपरकी, कैंडिडेट कुंजी और प्राथमिक कुंजी के बीच क्या अंतर है?
A
Superkey: any set of attributes uniquely identifying tuples; Candidate key: a minimal superkey (no subset is also a superkey); Primary key: one chosen candidate key for the table सुपरकी: विशिष्ट रूप से टुपल्स की पहचान करने वाली विशेषताओं का कोई भी सेट; उम्मीदवार कुंजी: एक न्यूनतम सुपरकी (कोई उपसमुच्चय भी सुपरकी नहीं है); प्राथमिक कुंजी: तालिका के लिए एक चयनित उम्मीदवार कुंजी
B
They are all identical concepts वे सभी समान अवधारणाएँ हैं
C
Superkey is a compound key; candidate key is a simple key; primary key is any key सुपरकी एक मिश्रित कुंजी है; उम्मीदवार कुंजी एक साधारण कुंजी है; प्राथमिक कुंजी कोई भी कुंजी है
D
Superkey has no duplicates; candidate key allows duplicates; primary key is unique सुपरकी का कोई डुप्लिकेट नहीं है; उम्मीदवार कुंजी डुप्लिकेट की अनुमति देती है; प्राथमिक कुंजी अद्वितीय है
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Superkey: any attribute set uniquely identifying tuples (may have redundant attributes). Candidate key: minimal superkey (removing any attribute breaks uniqueness). Primary key: one selected candidate key designated as the main identifier.
व्याख्या (हिन्दी) सुपरकी: कोई भी विशेषता सेट विशिष्ट रूप से टुपल्स की पहचान करता है (इसमें अनावश्यक विशेषताएँ हो सकती हैं)। उम्मीदवार कुंजी: न्यूनतम सुपरकी (किसी भी विशेषता को हटाने से विशिष्टता टूट जाती है)। प्राथमिक कुंजी: एक चयनित उम्मीदवार कुंजी को मुख्य पहचानकर्ता के रूप में नामित किया गया है।
107
EN + हिं Easy
GB What is the formal definition of functional dependency?
IN कार्यात्मक निर्भरता की औपचारिक परिभाषा क्या है?
A
A constraint X determines Y where for any two tuples with the same X value they must also have the same Y value (X functionally determines Y) एक बाधा
B
A constraint where a function must exist for every attribute एक बाधा जहां प्रत्येक विशेषता के लिए एक फ़ंक्शन मौजूद होना चाहिए
C
A dependency between stored procedures संग्रहित प्रक्रियाओं के बीच निर्भरता
D
A constraint where one table references another एक बाधा जहां एक तालिका दूसरे को संदर्भित करती है
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Functional Dependency X to Y: in any valid relation instance, for any two tuples t1 and t2, if t1[X] = t2[X] then t1[Y] = t2[Y]. X uniquely determines Y. The value of X attributes determines the value of Y attributes.
व्याख्या (हिन्दी) कार्यात्मक निर्भरता X विशिष्ट रूप से Y को निर्धारित करता है। X विशेषताओं का मान Y विशेषताओं का मान निर्धारित करता है।
108
EN + हिं Easy
GB What is an update anomaly in an unnormalized relation?
IN एक असामान्य संबंध में अद्यतन विसंगति क्या है?
A
Changing a fact stored in multiple redundant rows requiring all rows to be updated simultaneously with inconsistency resulting if any update is missed कई निरर्थक पंक्तियों में संग्रहीत तथ्य को बदलने के लिए सभी पंक्तियों को एक साथ असंगतता के साथ अद्यतन करने की आवश्यकता होती है, जिसके परिणामस्वरूप यदि कोई अद्यतन छूट जाता है
B
A foreign key violation when deleting a record किसी रिकॉर्ड को हटाते समय विदेशी कुंजी का उल्लंघन
C
A query that takes too long to execute एक क्वेरी जिसे निष्पादित होने में बहुत अधिक समय लगता है
D
A constraint violation when inserting new data नया डेटा सम्मिलित करते समय बाधा का उल्लंघन
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Update anomaly: when a fact is stored redundantly in multiple rows, updating it requires changing all rows. Missing even one update creates an inconsistency (different values for the same fact). Normalization eliminates this by storing each fact once.
व्याख्या (हिन्दी) अद्यतन विसंगति: जब किसी तथ्य को कई पंक्तियों में अनावश्यक रूप से संग्रहीत किया जाता है, तो इसे अद्यतन करने के लिए सभी पंक्तियों को बदलने की आवश्यकता होती है। एक भी अपडेट गुम होने से असंगति (एक ही तथ्य के लिए अलग-अलग मान) पैदा होती है। सामान्यीकरण प्रत्येक तथ्य को एक बार संग्रहीत करके इसे समाप्त कर देता है।
109
EN + हिं Medium
GB What is domain-key normal form (DKNF) and why is it considered the ultimate normal form?
IN डोमेन-कुंजी सामान्य प्रपत्र (DKNF) क्या है और इसे अंतिम सामान्य प्रपत्र क्यों माना जाता है?
A
The sixth normal form, developed after 5NF छठा सामान्य रूप, 5NF के बाद विकसित हुआ
B
A normal form where every constraint is a logical consequence of domain constraints and key constraints guaranteeing freedom from all modification anomalies एक सामान्य रूप जहां प्रत्येक बाधा डोमेन बाधाओं और सभी संशोधन विसंगतियों से मुक्ति की गारंटी देने वाली प्रमुख बाधाओं का तार्किक परिणाम है
C
A normal form that only applies to single-table databases एक सामान्य फॉर्म जो केवल सिंगल-टेबल डेटाबेस पर लागू होता है
D
A normal form specific to domain-specific databases डोमेन-विशिष्ट डेटाबेस के लिए विशिष्ट एक सामान्य प्रपत्र
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) DKNF: a relation is in DKNF if every constraint is a logical consequence of just domain constraints (valid values per column) and key constraints. If achieved, the schema is free from all modification anomalies.
व्याख्या (हिन्दी) डीकेएनएफ: एक संबंध डीकेएनएफ में है यदि प्रत्येक बाधा सिर्फ डोमेन बाधाओं (प्रति कॉलम वैध मान) और मुख्य बाधाओं का तार्किक परिणाम है। यदि हासिल किया जाता है, तो स्कीमा सभी संशोधन विसंगतियों से मुक्त है।
110
EN + हिं Easy
GB In relational algebra what does the division operator compute?
IN संबंधपरक बीजगणित में डिवीजन ऑपरेटर क्या गणना करता है?
A
The modulo of attribute values विशेषता मानों का मापांक
B
Given relations R(A,B) and S(B), produces tuples from R[A] that are associated with ALL tuples in S - used for for-all type queries दिए गए संबंध आर(ए,बी) और एस(बी), आर[ए] से टुपल्स उत्पन्न करते हैं जो एस में सभी टुपल्स से जुड़े होते हैं - सभी प्रकार के प्रश्नों के लिए उपयोग किया जाता है
C
The difference between two relation instances दो संबंध उदाहरणों के बीच अंतर
D
The arithmetic division of attribute values विशेषता मानों का अंकगणितीय विभाजन
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Relational division R divided by S: finds tuples in R[A] that appear in combination with ALL tuples of S in R. Classic use: Find employees who work on ALL projects where R=WorksOn(emp,proj), S=AllProjects(proj).
व्याख्या (हिन्दी) रिलेशनल डिवीजन आर को एस से विभाजित किया गया: आर [ए] में ट्यूपल्स पाता है जो आर में एस के सभी ट्यूपल्स के साथ संयोजन में दिखाई देते हैं। क्लासिक उपयोग: उन कर्मचारियों को ढूंढें जो सभी परियोजनाओं पर काम करते हैं जहां आर = वर्क्सऑन (एएमपी, प्रोजे), एस = ऑलप्रोजेक्ट्स (प्रोज)।
111
EN + हिं Medium
GB What is BCNF and how is it stronger than 3NF?
IN बीसीएनएफ क्या है और यह 3एनएफ से कैसे अधिक मजबूत है?
A
BCNF is weaker than 3NF बीसीएनएफ 3एनएफ से कमजोर है
B
BCNF requires that for every non-trivial FD X to Y, X must be a superkey (no exceptions) while 3NF allows Y to be a prime attribute as an exception बीसीएनएफ के लिए आवश्यक है कि प्रत्येक गैर-तुच्छ FD X से Y के लिए,
C
BCNF allows partial dependencies; 3NF does not बीसीएनएफ आंशिक निर्भरता की अनुमति देता है; 3NF नहीं करता
D
BCNF and 3NF are equivalent normal forms बीसीएनएफ और 3एनएफ समतुल्य सामान्य रूप हैं
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) 3NF: X to Y is allowed if X is a superkey OR Y is a prime attribute. BCNF: X to Y is allowed ONLY if X is a superkey (stricter - no prime attribute exception). Every BCNF relation is in 3NF but not vice versa. BCNF decomposition may not preserve all FDs.
व्याख्या (हिन्दी) 3NF: यदि X एक सुपरकी है या Y एक प्रमुख विशेषता है तो X से Y की अनुमति है। बीसीएनएफ: एक्स से वाई की अनुमति केवल तभी है जब एक्स एक सुपरकी है (कठोर - कोई प्रमुख विशेषता अपवाद नहीं)। प्रत्येक बीसीएनएफ संबंध 3एनएफ में है लेकिन इसके विपरीत नहीं। बीसीएनएफ अपघटन सभी एफडी को संरक्षित नहीं कर सकता है।
112
EN + हिं Easy
GB What are Armstrongs Axioms and what are the three primary rules?
IN आर्मस्ट्रांग के अभिगृहीत क्या हैं और तीन प्राथमिक नियम क्या हैं?
A
A set of query optimization rules क्वेरी अनुकूलन नियमों का एक सेट
B
A set of sound and complete inference rules for FDs: Reflexivity (if Y is subset of X then X determines Y), Augmentation (if X determines Y then XZ determines YZ), and Transitivity (if X determines Y and Y determines Z then X determines Z) एफडी के लिए ध्वनि और पूर्ण अनुमान नियमों का एक सेट: रिफ्लेक्सिविटी (यदि Y, X का सबसेट है तो X, Y को निर्धारित करता है), ऑग्मेंटेशन (यदि X, Y को निर्धारित करता है तो XZ, YZ को निर्धारित करता है), और ट्रांज़िटिविटी (यदि
C
A set of database design patterns डेटाबेस डिज़ाइन पैटर्न का एक सेट
D
A set of rules for ER-to-relational mapping ईआर-टू-रिलेशनल मैपिंग के लिए नियमों का एक सेट
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Armstrongs axioms are sound (generate only valid FDs) and complete (can derive all valid FDs): Reflexivity, Augmentation, Transitivity. From these, derived rules: Union, Decomposition, Pseudotransitivity.
व्याख्या (हिन्दी) आर्मस्ट्रांग के सिद्धांत ठोस हैं (केवल वैध एफडी उत्पन्न करते हैं) और पूर्ण (सभी वैध एफडी प्राप्त कर सकते हैं): रिफ्लेक्सिविटी, ऑग्मेंटेशन, ट्रांज़िटिविटी। इनसे व्युत्पन्न नियम: संघ, विघटन, छद्मसंक्रमणशीलता।
113
EN + हिं Medium
GB In relational algebra the natural join differs from equi-join in that:
IN संबंधपरक बीजगणित में प्राकृतिक जोड़ सम-जुड़ से भिन्न होता है:
A
Natural join automatically joins on all common attribute names and eliminates duplicate columns; equi-join requires explicit equality conditions and may keep duplicate columns प्राकृतिक जुड़ाव स्वचालित रूप से सभी सामान्य विशेषता नामों पर जुड़ जाता है और डुप्लिकेट कॉलम को हटा देता है; इक्वि-जॉइन के लिए स्पष्ट समानता शर्तों की आवश्यकता होती है और डुप्लिकेट कॉलम रखे जा सकते हैं
B
Natural join requires explicit join conditions; equi-join does not प्राकृतिक जुड़ाव के लिए स्पष्ट जुड़ाव शर्तों की आवश्यकता होती है; इक्वि-जॉइन नहीं है
C
Natural join only works on 1:1 relationships; equi-join works on all प्राकृतिक जुड़ाव केवल 1:1 रिश्तों पर काम करता है; इक्वि-जॉइन सभी पर काम करता है
D
They are functionally identical operations वे कार्यात्मक रूप से समान ऑपरेशन हैं
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Natural join: automatically identifies shared attribute names, joins on those (equality), and removes duplicate attribute columns from the result. Equi-join: requires explicit equality conditions, keeps both join attribute columns.
व्याख्या (हिन्दी) प्राकृतिक जुड़ाव: स्वचालित रूप से साझा विशेषता नामों की पहचान करता है, उन (समानता) पर जुड़ता है, और परिणाम से डुप्लिकेट विशेषता कॉलम हटा देता है। इक्वि-जॉइन: स्पष्ट समानता शर्तों की आवश्यकता है, दोनों जॉइन विशेषता कॉलम रखता है।
114
EN + हिं Easy
GB What is a multivalued dependency (MVD) in the relational model?
IN संबंधपरक मॉडल में बहुमूल्यवान निर्भरता (एमवीडी) क्या है?
A
A dependency where Y has multiple values determining X एक निर्भरता जहां Y के पास X को निर्धारित करने वाले कई मान हैं
B
In a relation R(X,Y,Z), X multidetermines Y means that for a given X value the set of Y values is independent of the Z values - used to define 4NF एक संबंध R(X,Y,Z) में,
C
A dependency where a single X value maps to exactly two Y values एक निर्भरता जहां एक एकल X मान बिल्कुल दो Y मानों पर मैप होता है
D
A dependency between multiple primary keys अनेक प्राथमिक कुंजियों के बीच निर्भरता
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) MVD X multidetermines Y: in R(X,Y,Z), whenever two tuples agree on X, we can swap their Y values and both resulting tuples are still in R. The set of Y values for each X value is independent of Z values. MVDs are the basis for 4th Normal Form.
व्याख्या (हिन्दी) एमवीडी एमवीडी चौथे सामान्य फॉर्म का आधार हैं।
115
EN + हिं Easy
GB What is the attribute closure X+ of a set of attributes X under a set of functional dependencies F?
IN कार्यात्मक निर्भरता F के एक सेट के तहत विशेषताओं के एक सेट X का विशेषता समापन X+ क्या है?
A
The set of attributes that determine X विशेषताओं का समूह जो X निर्धारित करता है
B
The set of all functional dependencies derivable from F एफ से व्युत्पन्न सभी कार्यात्मक निर्भरताओं का सेट
C
The complement of X in the relation schema संबंध स्कीमा में X का पूरक
D
The set of ALL attributes that can be functionally determined by X using the FDs in F - used to test if X is a superkey (if X+ = all attributes) सभी विशेषताओं का सेट जिसे एक्स द्वारा एफ में एफडी का उपयोग करके कार्यात्मक रूप से निर्धारित किया जा सकता है - यह परीक्षण करने के लिए उपयोग किया जाता है कि क्या एक्स एक सुपरकी है (यदि एक्स + = सभी विशेषताएं)
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Attribute closure X+: start with X, repeatedly apply FDs: if A to B and A is a subset of X+, add B to X+. X is a superkey if X+ = all relation attributes. X to Y follows from F if Y is a subset of X+.
व्याख्या (हिन्दी) विशेषता समापन X+: यदि X+ = सभी संबंध विशेषताएँ हैं तो X एक सुपरकी है। यदि Y, X+ का उपसमुच्चय है तो F से X से Y होता है।
116
EN + हिं Medium
GB What is the lossless join decomposition property and why is it critical?
IN दोषरहित जोड़ अपघटन गुण क्या है और यह महत्वपूर्ण क्यों है?
A
It ensures that when a relation is decomposed into smaller relations the original relation can be perfectly reconstructed by joining the decomposed relations with no spurious tuples यह सुनिश्चित करता है कि जब किसी संबंध को छोटे-छोटे संबंधों में विघटित किया जाता है तो विघटित संबंधों को बिना किसी नकली टुपल्स के जोड़कर मूल संबंध को पूरी तरह से पुनर्निर्मित किया जा सकता है।
B
It ensures no FDs are lost in decomposition यह सुनिश्चित करता है कि अपघटन में कोई भी एफडी नष्ट न हो
C
It ensures no storage space is wasted in decomposition यह सुनिश्चित करता है कि अपघटन में कोई भंडारण स्थान बर्बाद न हो
D
It ensures no data is lost when data is deleted यह सुनिश्चित करता है कि डेटा हटाए जाने पर कोई डेटा नष्ट न हो
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Lossless join: decomposition of R into R1,R2 is lossless if R1 joined with R2 = R exactly, no spurious tuples. Test for binary decomposition: (R1 intersect R2) must functionally determine R1-R2 or R2-R1.
व्याख्या (हिन्दी) दोषरहित जुड़ाव: R का R1,R2 में अपघटन हानिरहित है यदि R1, R2 = R के साथ बिल्कुल जुड़ जाता है, कोई नकली टुपल्स नहीं है। बाइनरी अपघटन के लिए परीक्षण: (R1 प्रतिच्छेद R2) को कार्यात्मक रूप से R1-R2 या R2-R1 निर्धारित करना चाहिए।
117
EN + हिं Medium
GB What is join dependency and how does it relate to 5NF?
IN जॉइन डिपेंडेंसी क्या है और यह 5NF से कैसे संबंधित है?
A
A dependency between join conditions in SQL SQL में जुड़ने की शर्तों के बीच एक निर्भरता
B
A constraint where a relation can be losslessly decomposed into n projections and reconstructed by joining them; a relation is in 5NF if every join dependency is implied by the candidate keys एक बाधा जहां एक संबंध को हानिरहित रूप से n अनुमानों में विघटित किया जा सकता है और उन्हें जोड़कर पुनर्निर्मित किया जा सकता है; एक संबंध 5NF में होता है यदि प्रत्येक जुड़ाव निर्भरता उम्मीदवार कुंजी द्वारा निहित होती है
C
A dependency created by foreign key constraints विदेशी कुंजी बाधाओं द्वारा निर्मित निर्भरता
D
A type of index for join optimization जुड़ाव अनुकूलन के लिए एक प्रकार का सूचकांक
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Join dependency (JD): R satisfies JD *(R1,R2,...Rn) if R = R1 joined R2 joined ... joined Rn. 5NF/PJNF: R is in 5NF if every non-trivial JD is implied by the candidate keys. Eliminates all remaining redundancies not addressed by 4NF.
व्याख्या (हिन्दी) निर्भरता में शामिल हों (JD): R, JD *(R1,R2,...Rn) को संतुष्ट करता है यदि R = R1 जुड़ जाता है R2 जुड़ जाता है... Rn में शामिल हो जाता है। 5एनएफ/पीजेएनएफ: यदि प्रत्येक गैर-तुच्छ जेडी उम्मीदवार कुंजी द्वारा निहित है तो आर 5एनएफ में है। 4NF द्वारा संबोधित न की गई सभी शेष अतिरेक को समाप्त कर देता है।
118
EN + हिं Medium
GB What is the difference between UNION and UNION ALL in SQL?
IN SQL में UNION और UNION ALL के बीच क्या अंतर है?
A
UNION ALL is faster but less accurate UNION ALL तेज़ है लेकिन कम सटीक है
B
UNION removes duplicate rows from the combined result; UNION ALL keeps all rows including duplicates (and is faster since no deduplication is needed) UNION संयुक्त परिणाम से डुप्लिकेट पंक्तियाँ हटाता है; UNION ALL डुप्लिकेट सहित सभी पंक्तियों को रखता है (और तेज़ है क्योंकि किसी डिडुप्लीकेशन की आवश्यकता नहीं है)
C
They produce identical results वे समान परिणाम देते हैं
D
UNION works only with two tables; UNION ALL works with multiple tables यूनियन केवल दो तालिकाओं के साथ काम करता है; UNION ALL कई तालिकाओं के साथ काम करता है
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) UNION: combines result sets and eliminates duplicate rows (performs a sort/hash to deduplicate). UNION ALL: combines result sets keeping ALL rows including duplicates (no deduplication overhead, faster). Use UNION ALL when duplicates are acceptable or impossible.
व्याख्या (हिन्दी) यूनियन: परिणाम सेटों को जोड़ता है और डुप्लिकेट पंक्तियों को हटाता है (डुप्लिकेट करने के लिए एक सॉर्ट/हैश निष्पादित करता है)। यूनियन ऑल: डुप्लिकेट सहित सभी पंक्तियों को ध्यान में रखते हुए परिणाम सेट को संयोजित करता है (कोई डिडुप्लीकेशन ओवरहेड नहीं, तेज़)। जब डुप्लिकेट स्वीकार्य या असंभव हो तो UNION ALL का उपयोग करें।
119
EN + हिं Medium
GB What is the chase procedure (chase algorithm) used for in relational theory?
IN संबंधपरक सिद्धांत में चेज़ प्रक्रिया (चेस एल्गोरिदम) का उपयोग किसके लिए किया जाता है?
A
Detecting deadlocks in concurrent transactions समवर्ती लेनदेन में गतिरोध का पता लगाना
B
Testing whether a decomposition has the lossless join property and whether a set of functional dependencies is preserved by applying FDs to a canonical table (tableau) परीक्षण करना कि क्या एक अपघटन में दोषरहित जुड़ाव गुण है और क्या कार्यात्मक निर्भरता का एक सेट कैनोनिकल तालिका (झांकी) में एफडी लागू करके संरक्षित है
C
Optimizing SQL query execution plans SQL क्वेरी निष्पादन योजनाओं का अनुकूलन
D
Computing the closure of attribute sets विशेषता सेटों को बंद करने की गणना करना
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Chase procedure: starts with a tableau (one row per decomposed relation, with variables for unknown values). Applies FDs to equate variables. Lossless join: chase produces a row with all constants. FD preservation: check if original FDs hold on projected schemas.
व्याख्या (हिन्दी) पीछा करने की प्रक्रिया: एक झांकी से शुरू होती है (प्रति विघटित संबंध में एक पंक्ति, अज्ञात मानों के लिए चर के साथ)। चरों को समान करने के लिए एफडी लागू करता है। दोषरहित जुड़ाव: चेज़ सभी स्थिरांकों के साथ एक पंक्ति उत्पन्न करता है। एफडी संरक्षण: जांचें कि क्या मूल एफडी अनुमानित स्कीमा पर कायम हैं।
120
EN + हिं Easy
GB What is the semantic meaning of left outer join?
IN बाएँ बाहरी जुड़ाव का अर्थपूर्ण अर्थ क्या है?
A
Returns only non-matching rows from the left table बाईं तालिका से केवल गैर-मिलान वाली पंक्तियाँ लौटाता है
B
Returns all rows from the left table and matching rows from the right table; non-matching right-side columns contain NULL बाईं तालिका से सभी पंक्तियाँ और दाईं तालिका से मेल खाती पंक्तियाँ लौटाता है; गैर-मिलान वाले दाईं ओर के कॉलम में NULL होता है
C
Returns all rows from both tables regardless of match मिलान की परवाह किए बिना दोनों तालिकाओं से सभी पंक्तियाँ लौटाता है
D
Returns only rows that match in both tables केवल वही पंक्तियाँ लौटाता है जो दोनों तालिकाओं में मेल खाती हैं
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) LEFT OUTER JOIN: includes all rows from the left (first) table. For rows with matches in the right table, all columns are populated. For left rows with no match in the right table, right-side columns are set to NULL. Ensures no left-side data is lost.
व्याख्या (हिन्दी) बाएँ बाहरी जोड़: बाएँ (पहली) तालिका से सभी पंक्तियाँ शामिल हैं। सही तालिका में मिलान वाली पंक्तियों के लिए, सभी कॉलम भरे हुए हैं। दाईं तालिका में बिना मिलान वाली बाईं पंक्तियों के लिए, दाईं ओर के कॉलम NULL पर सेट हैं। सुनिश्चित करता है कि कोई बाईं ओर का डेटा नष्ट न हो।
106–120 of 144