सीधे मुख्य सामग्री पर जाएं

Set operations - SQL in hindi

 आज हम computers in hindi मे Set operations - SQL in hindi - DBMS in hindi के बारे में जानकारी देगे क्या होती है तो चलिए शुरु करते हैं-

Set operations :-

Types of set operations:-

Set operations तीन प्रकार के होते हैं:-
(1) Union operation
(2) Intersect operation
(3) Minus operation

(1) Union operation:-

इस Union operation अपने आप Duplicates को खत्म कर देता है और Union clause का उपयोग करके एक से अधिक Queries एक साथ रखी जा सकती है और उनका output मिलाया जा सकता है । इस Union clause दो या अधिक Queries के output का rows व  columns के Single set में Fusion कर देता है । 
उदाहरण : उन सारे अध्यापकों के नाम Retrieve करें , जो " VB " पढ़ाती है और उन विद्यार्थियों के नाम बताएँ । जिन्होंने " VB " कोर्स के लिए ज्वाईन किया है । 
Querie : Select TID " ID " , TName " Name " from Teacher where subject = " VB " UNION Select SID " VB " , SName " Name " from Student where Course = " VB " ,

I'd     NAME

103  sandeep

105  Rajesh

1001 Vaibhav

(2) Intersect operation:-

इस intersect clause का उपयोग करके एक से अधिक Queries एक साथ रखकर उनका Output combine किया जा सकता है । intersect clause केवल उन्हीं row का output देता है और जिन्हें दोनों Queries Intersect करती हैं अर्थात intersect clause में output में केवल वे ही rows शामिल रहती हैं और जो दोनों Queries द्वारा Retrieve की जाती है । 

उदाहरण : उन सारे अध्यापकों के नाम Retrieve करें , जो कम से कम एक विषय पढ़ाते हैं और उनके पास कम से कम एक स्टूडेंट हैं । 

Queries : Select TID , TName from Teacher INTERSECT Select TID , TName , Teacher , Student where Course = Subject ; )

TID    TName 

101    AJAY

102    Panday

103    Sandeep

(3) Minus operation:-

इसमे Minus clause का उपयोग करके एक से ज्यादा Queries एक साथ रखकर उनके output को Combine किया जा सकता है और Minus clause दूसरी Querie द्वारा Retrieve की गई rows को फिल्टर करने के बाद पहली Querie द्वारा Born की गई rows से output करता है । उदाहरण : उस अध्यापक का नाम प्राप्त करें , जिसके पास किसी विषय विशेष के लिए कोई भी विद्यार्थी नामांकित नहीं है । 

Querie : Select TID , TName , Subject from Teacher MINUS Select Course from Student . .

TID       TName         Subject 

104       Dharm          DBMS

106       Santu            Networking 



टिप्पणियाँ

इस ब्लॉग से लोकप्रिय पोस्ट

half adder and full adder in hindi

  आज हम  computer in hindi  मे  आज हम half adder and full adder in hindi - computer system architecture in hindi   के बारे में जानकारी देगे क्या होती है तो चलिए शुरु करते हैं-   के बारे में जानकारी देगे क्या होती है तो चलिए शुरु करते हैं- half adder and full adder in hindi:- 1. half adder in hindi 2. full adder in hindi  1. Half adder in hindi:- half adder  सबसे basic digital arithmetic circuit 2 binary digits का जोड़ है।  एक combination circuit जो दो bits के arithmetic जोड़ को display करता है उसे half adder कहा जाता है।   half adder के इनपुट variable को Augend और addend bits कहा जाता है। आउटपुट योग और Carrie को बदलता है। दो आउटपुट variable Specified करना आवश्यक है क्योंकि 1 + 1 का योग बाइनरी 10 है, जिसमें दो अंक हैं। हम दो इनपुट वेरिएबल्स के लिए x और y और दो आउटपुट वेरिएबल के लिए S (योग के लिए) और C (कैरी के लिए) असाइन करते हैं। C output 0 है जब तक कि दोनों इनपुट 1 न हों। S आउटपुट योग के कम से कम महत्वपूर्ण बिट का Representation करता है। दो आउटपुट के लिए boolean function सीधे t

physical address and logical address in hindi

आज हम  computer course in hindi  मे हम  physical address and logical address in hindi  के बारे में बताएगें तो चलिए शुरु करते हैं-  physical address and logical address in hindi:- physical address and logical address  कोई भी address CPU द्वारा बनाया जाता है उसे लॉजिकल एड्रेस (logical address) कहते हैं और जो address memory में दिखता है उसे हम फिजिकल मैमोरी एड्रैस कहते हैं ) जिसमें Compile time और Load time address binding है कुछ converted करता है जब logical और physical address समान होते हैं अर्थात् एक जैसे होते हैं लेकिन action time address binding scheme में कुछ change आता है और जब logical और physical में अंतर होता है । इसलिये हम logic address को वर्चुअल एड्रैस ( Virtual Address ) भी कहते है और इसी का प्रयोग करते हैं । logical या virtual address हम कह सकते हैं और सारे logical address जो कि एक प्रोग्राम के द्वारा बनाये जाते हैं उन्हें लॉजिकल एड्रैस स्पेस ( Logical Address Space ) कहते हैं । इसके साथ ही जो physical address इन logical address के साथ होते हैं उन्हें हम फिजिकल एड्रैस स्पेस (