451 Question 451 EN + हिं GB The primary key in the section relation is IN अनुभाग संबंध में प्राथमिक कुंजी है A course_id पाठ्यक्रम आईडी B sec_id sec_id C both course_id and sec_id course_id और sec_id दोनों D all the attributes सभी गुण ✅ Correct Answer: 🎯 Exam Perspective DBMS से जुड़ा यह सवाल उन students के लिए काम का है जो Railway, SSC, Banking और Defence परीक्षाओं की तैयारी कर रहे हैं। बेहतर होगा कि explanation पढ़कर concept clear करें, ताकि exam में similar प्रश्न आने पर confusion न हो। 🔗 Related Questions What is a relationship called when it is maintained bet... The relation changes can be got back using ... Which of the following indicates the maximum number of... 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) Data Models (138)
452 Question 452 EN + हिं GB The relation with primary key can be created using IN प्राथमिक कुंजी के साथ संबंध का उपयोग करके बनाया जा सकता है A create table instructor (id, name) टेबल प्रशिक्षक बनाएं (आईडी, नाम) B create table instructor (id, name, primary key(name)) तालिका प्रशिक्षक बनाएं (आईडी, नाम, प्राथमिक कुंजी (नाम)) C create table instructor (id, name, primary key (id)) तालिका प्रशिक्षक बनाएं (आईडी, नाम, प्राथमिक कुंजी (आईडी)) D create table instructor ( id unique, name ) टेबल इंस्ट्रक्टर बनाएं (आईडी अद्वितीय, नाम) ✅ Correct Answer: 🎯 Exam Perspective SSC, Railway, Banking और State PCS जैसी परीक्षाओं में DBMS से सवाल अक्सर पूछे जाते हैं। इसलिए सिर्फ answer रटने के बजाय, नीचे दी गई explanation को ध्यान से पढ़ें और concept समझें। 🔗 Related Questions Which of the following is a low level operator? The primary key in the section relation is The total participation by entities is represented in E... 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) Data Models (138)
453 Question 453 EN + हिं GB How can the values in the relation teaches be deleted? IN सिखाए गए संबंध में मूल्यों को कैसे हटाया जा सकता है? A drop table teaches; ड्रॉप टेबल सिखाती है; B delete from teaches; शिक्षण से हटाएँ; C purge table teaches; पर्ज टेबल सिखाती है; D delete from teaches where id =’null’; शिक्षण से हटाएं जहां आईडी = 'शून्य'; ✅ Correct Answer: 🎯 Exam Perspective अगर आप SSC CGL, IBPS, RRB और State-level परीक्षाओं की तैयारी कर रहे हैं, तो DBMS का यह topic आपके लिए महत्वपूर्ण है। Exam में accuracy बढ़ाने के लिए हर सवाल की explanation जरूर पढ़ें। 🔗 Related Questions In E-R diagram generalization is represented by A primary key is combined with a foreign key creates What is a relationship called when it is maintained bet... 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) Data Models (138)
454 Question 454 EN + हिं GB In the above teaches relation ” Select * from teaches where Year = ‘2010’” displays how many rows? IN उपरोक्त सिखाए गए संबंध में "सिखाएं से * चुनें जहां वर्ष = '2010'" कितनी पंक्तियां प्रदर्शित करता है? A 2 2 B 4 4 C 5 5 D 1 1 ✅ Correct Answer: 🎯 Exam Perspective DBMS के इस प्रश्न को कई प्रतियोगी परीक्षाओं जैसे UPSC, SSC, Banking और Police भर्ती में repeat होते देखा गया है। Concept clarity के लिए explanation section जरूर पढ़ें। 🔗 Related Questions Key to represent relationship between tables is called In E-R diagram generalization is represented by Which of the following is a low level operator? 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) Data Models (138)
455 Question 455 EN + हिं GB The relation changes can be got back using command IN कमांड का उपयोग करके संबंध परिवर्तन वापस पाया जा सकता है A flashback फ़्लैश बैक B purge शुद्ध C delete मिटाना D getback वापस आना ✅ Correct Answer: 🎯 Exam Perspective यह सवाल DBMS category का है, और Railway, SSC, Banking और Defence परीक्षाओं के exam pattern में इस तरह के questions common हैं। Answer choose करने के बाद दिया गया explanation जरूर पढ़ें। 🔗 Related Questions Key to represent relationship between tables is called Which of the following indicates the maximum number of... Let us consider phone_number ,which can take single or... 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) Data Models (138)
456 Question 456 EN + हिं GB Let us consider phone_number ,which can take single or several values . Treating phone_numberas an permits instructors to have several phone numbers (including zero) associated with them. IN आइए फ़ोन_नंबर पर विचार करें, जो एकल या कई मान ले सकता है। फ़ोन_नंबर को एक के रूप में मानने से प्रशिक्षकों को अपने साथ कई फ़ोन नंबर (शून्य सहित) संबद्ध रखने की अनुमति मिल जाती है। A entity इकाई B attribute गुण C relation रिश्ता D value कीमत ✅ Correct Answer: 🎯 Exam Perspective यह प्रश्न DBMS की तैयारी करने वाले अभ्यर्थियों के लिए उपयोगी है। इस तरह के प्रश्न अक्सर SSC, Railway, Banking और State PCS जैसी परीक्षाओं में पूछे जाते रहे हैं, इसलिए concept और explanation दोनों को ध्यान से समझें, सिर्फ उत्तर याद न करें। 🔗 Related Questions A window into a portion of a database is Key to represent relationship between tables is called Which of the following is a low level operator? 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) Data Models (138)
457 Question 457 EN + हिं GB The total participation by entities is represented in E-R diagram as IN संस्थाओं द्वारा कुल भागीदारी को ई-आर आरेख में दर्शाया गया है A dashed line धराशायी रेखा B double line दोहरी रेखा C double rectangle दोहरा आयत D circle घेरा ✅ Correct Answer: 🎯 Exam Perspective DBMS से जुड़ा यह सवाल उन students के लिए काम का है जो SSC CGL, IBPS, RRB और State-level परीक्षाओं की तैयारी कर रहे हैं। बेहतर होगा कि explanation पढ़कर concept clear करें, ताकि exam में similar प्रश्न आने पर confusion न हो। 🔗 Related Questions The primary key in the section relation is Which of the following indicates the maximum number of... A window into a portion of a database is 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) Data Models (138)
458 Question 458 EN + हिं GB Given the basic ER and relational models, which of the following is INCORRECT? IN बुनियादी ईआर और संबंधपरक मॉडल को देखते हुए, निम्नलिखित में से कौन सा गलत है? A an attribute of an entity can have more than one value किसी इकाई की एक विशेषता के एक से अधिक मान हो सकते हैं B an attribute of an entity can be composite किसी इकाई का एक गुण समग्र हो सकता है C in a row of a relational table, an attribute can have more than one value रिलेशनल टेबल की एक पंक्ति में, एक विशेषता के एक से अधिक मान हो सकते हैं D in a row of a relational table, an attribute can have exactly one value or a null value रिलेशनल टेबल की एक पंक्ति में, एक विशेषता का बिल्कुल एक मान या शून्य मान हो सकता है ✅ Correct Answer: 🎯 Exam Perspective UPSC, SSC, Banking और Police भर्ती जैसी परीक्षाओं में DBMS से सवाल अक्सर पूछे जाते हैं। इसलिए सिर्फ answer रटने के बजाय, नीचे दी गई explanation को ध्यान से पढ़ें और concept समझें। 🔗 Related Questions How can the values in the relation teaches be deleted? A primary key is combined with a foreign key creates In E-R diagram generalization is represented by 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) Data Models (138)
459 Question 459 EN + हिं GB Which of the following indicates the maximum number of entities that can be involved in a relationship? IN निम्नलिखित में से कौन एक रिश्ते में शामिल हो सकने वाली संस्थाओं की अधिकतम संख्या को इंगित करता है? A minimum cardinality न्यूनतम कार्डिनैलिटी B maximum cardinality अधिकतम कार्डिनैलिटी C erd अर्ड D greater entity count अधिक इकाई संख्या ✅ Correct Answer: 🎯 Exam Perspective अगर आप Railway, SSC, Banking और Defence परीक्षाओं की तैयारी कर रहे हैं, तो DBMS का यह topic आपके लिए महत्वपूर्ण है। Exam में accuracy बढ़ाने के लिए हर सवाल की explanation जरूर पढ़ें। 🔗 Related Questions Which of the following is a low level operator? In E-R diagram generalization is represented by A primary key is combined with a foreign key creates 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) Data Models (138)
460 Question 460 EN + हिं GB In E-R diagram generalization is represented by IN ई-आर आरेख में सामान्यीकरण को दर्शाया जाता है A ellipse अंडाकार B dashed ellipse धराशायी दीर्घवृत्त C rectangle आयत D triangle त्रिकोण ✅ Correct Answer: 🎯 Exam Perspective DBMS के इस प्रश्न को कई प्रतियोगी परीक्षाओं जैसे SSC, Railway, Banking और State PCS में repeat होते देखा गया है। Concept clarity के लिए explanation section जरूर पढ़ें। 🔗 Related Questions Key to represent relationship between tables is called The primary key in the section relation is Which of the following is a low level operator? 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) Data Models (138)
461 Question 461 EN + हिं GB What is a relationship called when it is maintained between two entities? IN जब कोई संबंध दो संस्थाओं के बीच बना रहता है तो उसे क्या कहा जाता है? A unary एकल B binary द्विआधारी C ternary त्रिगुट D quaternary चारों भागों का ✅ Correct Answer: 🎯 Exam Perspective यह सवाल DBMS category का है, और SSC CGL, IBPS, RRB और State-level परीक्षाओं के exam pattern में इस तरह के questions common हैं। Answer choose करने के बाद दिया गया explanation जरूर पढ़ें। 🔗 Related Questions Let us consider phone_number ,which can take single or... Which of the following indicates the maximum number of... The relation changes can be got back using ... 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) Data Models (138)
462 Question 462 EN + हिं GB Which of the following is a low level operator? IN निम्नलिखित में से कौन निम्न स्तर का ऑपरेटर है? A insert डालना B update अद्यतन C delete मिटाना D directory निर्देशिका ✅ Correct Answer: 🎯 Exam Perspective यह प्रश्न DBMS की तैयारी करने वाले अभ्यर्थियों के लिए उपयोगी है। इस तरह के प्रश्न अक्सर UPSC, SSC, Banking और Police भर्ती जैसी परीक्षाओं में पूछे जाते रहे हैं, इसलिए concept और explanation दोनों को ध्यान से समझें, सिर्फ उत्तर याद न करें। 🔗 Related Questions Given the basic ER and relational models, which of the... The primary key in the section relation is In E-R diagram generalization is represented by 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) Data Models (138)
463 Question 463 EN + हिं GB Key to represent relationship between tables is called IN तालिकाओं के बीच संबंध दर्शाने वाली कुंजी को कहा जाता है A primary key प्राथमिक कुंजी B secondary key द्वितीयक कुंजी C foreign key विदेशी कुंजी D none of the mentioned उल्लेखित कोई भी नहीं ✅ Correct Answer: 🎯 Exam Perspective DBMS से जुड़ा यह सवाल उन students के लिए काम का है जो Railway, SSC, Banking और Defence परीक्षाओं की तैयारी कर रहे हैं। बेहतर होगा कि explanation पढ़कर concept clear करें, ताकि exam में similar प्रश्न आने पर confusion न हो। 🔗 Related Questions The relation changes can be got back using ... In E-R diagram generalization is represented by The total participation by entities is represented in E... 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) Data Models (138)
464 Question 464 EN + हिं GB A window into a portion of a database is IN डेटाबेस के एक हिस्से में एक विंडो होती है A schema योजना B view देखना C query सवाल D data dictionary डेटा शब्दकोश ✅ Correct Answer: 🎯 Exam Perspective SSC, Railway, Banking और State PCS जैसी परीक्षाओं में DBMS से सवाल अक्सर पूछे जाते हैं। इसलिए सिर्फ answer रटने के बजाय, नीचे दी गई explanation को ध्यान से पढ़ें और concept समझें। 🔗 Related Questions The relation with primary key can be created using The relation changes can be got back using ... In the above teaches relation ” Select * from teaches w... 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) Data Models (138)
465 Question 465 EN + हिं GB A primary key is combined with a foreign key creates IN एक प्राथमिक कुंजी को एक विदेशी कुंजी के साथ संयोजित किया जाता है A parent-child relation ship between the tables that connect them उन्हें जोड़ने वाली तालिकाओं के बीच अभिभावक-बच्चे का संबंध स्थापित होता है B many to many relationship between the tables that connect them उन्हें जोड़ने वाली तालिकाओं के बीच अनेक से अनेक संबंध C network model between the tables that connect them उन्हें जोड़ने वाली तालिकाओं के बीच नेटवर्क मॉडल D none of the mentioned उल्लेखित कोई भी नहीं ✅ Correct Answer: 🎯 Exam Perspective अगर आप SSC CGL, IBPS, RRB और State-level परीक्षाओं की तैयारी कर रहे हैं, तो DBMS का यह topic आपके लिए महत्वपूर्ण है। Exam में accuracy बढ़ाने के लिए हर सवाल की explanation जरूर पढ़ें। 🔗 Related Questions What is a relationship called when it is maintained bet... The relation changes can be got back using ... Which of the following indicates the maximum number of... 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) Data Models (138)