61 Question 61 EN + हिं GB Department (dept name, building, budget) and Employee (employee_id , name, deptname,salary) Here the dept_name attribute appears in both the relations .Here using common attributes in relation schema is one way of relating ___________ relations. IN विभाग (विभाग का नाम, भवन, बजट) और कर्मचारी (कर्मचारी_आईडी, नाम, विभाग का नाम, वेतन) यहां विभाग का नाम विशेषता दोनों संबंधों में दिखाई देती है। यहां संबंध स्कीमा में सामान्य विशेषताओं का उपयोग करना ___________ संबंधों को जोड़ने का एक तरीका है। A Attributes of common सामान्य के गुण B Tuple of common आम का टुपल C Tuple of distinct विशिष्ट का टुपल D Attributes of distinct विशिष्ट के गुण ✅ Correct Answer: 🎯 Exam Perspective DBMS ("Data Models" sub-topic) से जुड़ा यह सवाल उन students के लिए काम का है जो Railway, SSC, Banking और Defence परीक्षाओं की तैयारी कर रहे हैं। बेहतर होगा कि explanation पढ़कर concept clear करें, ताकि exam में similar प्रश्न आने पर confusion न हो। 🔗 Related Questions Which of the following is the formal process for decidi... Which of the following is the operation that is used if... What is the semantic data model and its primary purpose... 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) ER Model (138)
62 Question 62 EN + हिं GB The file organization that provides very fast access to any arbitrary record of a file is: IN फ़ाइल संगठन जो किसी फ़ाइल के किसी भी मनमाने रिकॉर्ड तक बहुत तेज़ पहुंच प्रदान करता है वह है: A Ordered file आदेशित फ़ाइल B Unordered file अव्यवस्थित फ़ाइल C Hashed file हैश की गई फ़ाइल D B-tree बी-वृक्ष ✅ Correct Answer: 🎯 Exam Perspective SSC CGL, IBPS, RRB और State-level परीक्षाओं जैसी परीक्षाओं में DBMS ("Data Models" sub-topic) से सवाल अक्सर पूछे जाते हैं। इसलिए सिर्फ answer रटने के बजाय, नीचे दी गई explanation को ध्यान से पढ़ें और concept समझें। 🔗 Related Questions A 3 NF relation is split into 4 NF Which of the following is a legal expression in SQL? In the object-oriented data model what is encapsulation... 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) ER Model (138)
63 Question 63 EN + हिं GB Which of the following is the operation that is used if we are interested in only certain attributes or columns of a table? IN यदि हम किसी तालिका की केवल कुछ विशेषताओं या स्तंभों में रुचि रखते हैं तो निम्नलिखित में से कौन सा ऑपरेशन उपयोग किया जाता है? A SELECT चुनना B PROJECT परियोजना C UNION मिलन D JOIN जोड़ना ✅ Correct Answer: 🎯 Exam Perspective अगर आप Railway, SSC, Banking और Defence परीक्षाओं की तैयारी कर रहे हैं, तो DBMS ("Data Models" sub-topic) का यह topic आपके लिए महत्वपूर्ण है। Exam में accuracy बढ़ाने के लिए हर सवाल की explanation जरूर पढ़ें। 🔗 Related Questions Department (dept name, building, budget) and Employee (... Which of the following is the formal process for decidi... In the object-oriented data model what is encapsulation... 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) ER Model (138)
64 Question 64 EN + हिं GB Which question corresponds best to the following query? SELECT CID, CDUR - 1,' = PRICE' FROM COURSES ORDER BY 2 IN कौन सा प्रश्न निम्नलिखित प्रश्न से सबसे अच्छा मेल खाता है? पाठ्यक्रम क्रम से सीआईडी, सीडीयूआर - 1,' = मूल्य' 2 का चयन करें A Select three columns from the COURSES table, of which the third one has a constantvalue, i.e. “ = PRICE”. Leave an empty line after every second line. पाठ्यक्रम तालिका से तीन कॉलम चुनें, जिनमें से तीसरे का एक स्थिर मान है, यानी "= मूल्य"। प्रत्येक दूसरी पंक्ति के बाद एक खाली पंक्ति छोड़ें। B Select two columns from the COURSES table, the second one gets as title “ =PRICE”.Sort the data according to the second column, in ascending order. COURSES तालिका से दो कॉलम चुनें, दूसरे का शीर्षक " =PRICE" होगा। दूसरे कॉलम के अनुसार डेटा को आरोही क्रम में क्रमबद्ध करें। C Select three columns from the COURSES table, of which the third one has a constantvalue, i.e. “ = PRICE”. Sort the data according to the second column, in ascending order. पाठ्यक्रम तालिका से तीन कॉलम चुनें, जिनमें से तीसरे का एक स्थिर मान है, यानी "= मूल्य"। डेटा को दूसरे कॉलम के अनुसार आरोही क्रम में क्रमबद्ध करें। D Select two columns from the COURSES table, of which the second one has a constantvalue, i.e. “ = PRICE”. Sort the data according to the second column, in ascending order COURSES तालिका से दो कॉलम चुनें, जिनमें से दूसरे का एक स्थिर मान है, अर्थात " = PRICE"। डेटा को दूसरे कॉलम के अनुसार आरोही क्रम में क्रमबद्ध करें ✅ Correct Answer: 🎯 Exam Perspective DBMS ("Data Models" sub-topic) के इस प्रश्न को कई प्रतियोगी परीक्षाओं जैसे SSC CGL, IBPS, RRB और State-level परीक्षाओं में repeat होते देखा गया है। Concept clarity के लिए explanation section जरूर पढ़ें। 🔗 Related Questions ‘AS’ clause is used in SQL for Which of the following is the formal process for decidi... The document data model (MongoDB) is best suited for wh... 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) ER Model (138)
65 Question 65 EN + हिं GB ‘AS’ clause is used in SQL for IN SQL में 'AS' क्लॉज का उपयोग किसके लिए किया जाता है? A Selection operation. चयन संक्रिया. B Rename operation. ऑपरेशन का नाम बदलें. C Join operation. ऑपरेशन में शामिल हों. D Projection operation. प्रोजेक्शन ऑपरेशन. ✅ Correct Answer: 🎯 Exam Perspective यह सवाल DBMS ("Data Models" sub-topic) category का है, और Railway, SSC, Banking और Defence परीक्षाओं के exam pattern में इस तरह के questions common हैं। Answer choose करने के बाद दिया गया explanation जरूर पढ़ें। 🔗 Related Questions The document data model (MongoDB) is best suited for wh... Which of the following is the operation that is used if... A file used to govern the initialization of the instanc... 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) ER Model (138)
66 Question 66 EN + हिं GB Which of the following statement is false? IN निम्नलिखित में से कौन सा कथन गलत है? A Any procedure can raise an error and return an user message and error number. कोई भी प्रक्रिया त्रुटि उत्पन्न कर सकती है और उपयोगकर्ता संदेश और त्रुटि संख्या लौटा सकती है। B Error number ranging from 20000 to 20999 are reserved for user defined messages. 20000 से 20999 तक की त्रुटि संख्या उपयोगकर्ता परिभाषित संदेशों के लिए आरक्षित है। C Oracle checks Uniqueness of User defined errors. Oracle उपयोगकर्ता परिभाषित त्रुटियों की विशिष्टता की जाँच करता है। D Raise_Application_error is used for raising an user defined error. Raise_Application_error का उपयोग उपयोगकर्ता परिभाषित त्रुटि को बढ़ाने के लिए किया जाता है। ✅ Correct Answer: 🎯 Exam Perspective यह प्रश्न DBMS ("Data Models" sub-topic) की तैयारी करने वाले अभ्यर्थियों के लिए उपयोगी है। इस तरह के प्रश्न अक्सर SSC CGL, IBPS, RRB और State-level परीक्षाओं जैसी परीक्षाओं में पूछे जाते रहे हैं, इसलिए concept और explanation दोनों को ध्यान से समझें, सिर्फ उत्तर याद न करें। 🔗 Related Questions Which of the following is the operation that is used if... Which of the following is a legal expression in SQL? A 3 NF relation is split into 4 NF 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) ER Model (138)
67 Question 67 EN + हिं GB A file used to govern the initialization of the instance is known as IN इंस्टेंस के आरंभीकरण को नियंत्रित करने के लिए उपयोग की जाने वाली फ़ाइल को कहा जाता है A Shared file साझा की गई फ़ाइल B Parameter file पैरामीटर फ़ाइल C Read-only file केवल पढ़ने योग्य फ़ाइल D None of the above इनमे से कोई भी नहीं ✅ Correct Answer: 🎯 Exam Perspective DBMS ("Data Models" sub-topic) से जुड़ा यह सवाल उन students के लिए काम का है जो Railway, SSC, Banking और Defence परीक्षाओं की तैयारी कर रहे हैं। बेहतर होगा कि explanation पढ़कर concept clear करें, ताकि exam में similar प्रश्न आने पर confusion न हो। 🔗 Related Questions In the object-oriented data model what is encapsulation... The document data model (MongoDB) is best suited for wh... Which of the following statement is false? 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) ER Model (138)
68 Question 68 EN + हिं GB How many bytes does each character in the UTF8 encoding take up? IN UTF8 एन्कोडिंग में प्रत्येक वर्ण कितने बाइट्स लेता है? A 1 1 B 2 2 C 3 3 D All mentioned above उपरोक्त सभी का उल्लेख किया गया है ✅ Correct Answer: 🎯 Exam Perspective SSC CGL, IBPS, RRB और State-level परीक्षाओं जैसी परीक्षाओं में DBMS ("Data Models" sub-topic) से सवाल अक्सर पूछे जाते हैं। इसलिए सिर्फ answer रटने के बजाय, नीचे दी गई explanation को ध्यान से पढ़ें और concept समझें। 🔗 Related Questions Which of the following statement is false? Which question corresponds best to the following query?... In the object-oriented data model what is encapsulation... 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) ER Model (138)
69 Question 69 EN + हिं GB Which of the following is a legal expression in SQL? IN निम्नलिखित में से कौन सा SQL में कानूनी अभिव्यक्ति है? A SELECT NULL FROM EMPLOYEE; कर्मचारी से शून्य का चयन करें; B SELECT NAME FROM EMPLOYEE; कर्मचारी से नाम चुनें; C SELECT NAME FROM EMPLOYEE WHERE SALARY = NULL; कर्मचारी का नाम चुनें जहां वेतन = शून्य; D none of the above इनमे से कोई भी नहीं ✅ Correct Answer: 🎯 Exam Perspective अगर आप Railway, SSC, Banking और Defence परीक्षाओं की तैयारी कर रहे हैं, तो DBMS ("Data Models" sub-topic) का यह topic आपके लिए महत्वपूर्ण है। Exam में accuracy बढ़ाने के लिए हर सवाल की explanation जरूर पढ़ें। 🔗 Related Questions A file used to govern the initialization of the instanc... The document data model (MongoDB) is best suited for wh... A 3 NF relation is split into 4 NF 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) ER Model (138)
70 Question 70 EN + हिं GB Which of the following is the formal process for deciding which attributes should be grouped together in a relation? IN किसी संबंध में किन विशेषताओं को एक साथ समूहीकृत किया जाना चाहिए, यह तय करने की औपचारिक प्रक्रिया निम्नलिखित में से कौन सी है? A Normalization मानकीकरण B Performance Tuning प्रदर्शन ट्यूनिंग C Optimization अनुकूलन D None of the above इनमे से कोई भी नहीं ✅ Correct Answer: 🎯 Exam Perspective DBMS ("Data Models" sub-topic) के इस प्रश्न को कई प्रतियोगी परीक्षाओं जैसे SSC CGL, IBPS, RRB और State-level परीक्षाओं में repeat होते देखा गया है। Concept clarity के लिए explanation section जरूर पढ़ें। 🔗 Related Questions In the object-oriented data model what is encapsulation... The document data model (MongoDB) is best suited for wh... Which of the following statement is false? 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) ER Model (138)
71 Question 71 EN + हिं GB A 3 NF relation is split into 4 NF IN एक 3 NF संबंध 4 NF में विभाजित है A by removing overlapping composite keys ओवरलैपिंग समग्र कुंजियाँ हटाकर B by splitting into relations which do not have more than one independent multi valued dependency उन संबंधों में विभाजित होकर जिनमें एक से अधिक स्वतंत्र बहुमूल्यवान निर्भरता नहीं होती है C removing multivalued dependency बहुमूल्यवान निर्भरता को हटाना D by putting dependent non-key attribute in a separate table आश्रित गैर-कुंजी विशेषता को एक अलग तालिका में रखकर ✅ Correct Answer: 🎯 Exam Perspective यह सवाल DBMS ("Data Models" sub-topic) category का है, और Railway, SSC, Banking और Defence परीक्षाओं के exam pattern में इस तरह के questions common हैं। Answer choose करने के बाद दिया गया explanation जरूर पढ़ें। 🔗 Related Questions What is the semantic data model and its primary purpose... How many bytes does each character in the UTF8 encoding... The file organization that provides very fast access to... 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) ER Model (138)
72 Question 72 EN + हिं GB Which normal form is most desirable ? IN कौन सा सामान्य रूप सर्वाधिक वांछनीय है? A DKNF डीकेएनएफ B 3 NF 3 एनएफ C BCNF बीसीएनएफ D 4 NF 4 एनएफ ✅ Correct Answer: 🎯 Exam Perspective यह प्रश्न DBMS ("Data Models" sub-topic) की तैयारी करने वाले अभ्यर्थियों के लिए उपयोगी है। इस तरह के प्रश्न अक्सर SSC CGL, IBPS, RRB और State-level परीक्षाओं जैसी परीक्षाओं में पूछे जाते रहे हैं, इसलिए concept और explanation दोनों को ध्यान से समझें, सिर्फ उत्तर याद न करें। 🔗 Related Questions The file organization that provides very fast access to... What is the semantic data model and its primary purpose... ‘AS’ clause is used in SQL for 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) ER Model (138)
73 Question 73 EN + हिं Easy GB In the object-oriented data model what is encapsulation? IN ऑब्जेक्ट-ओरिएंटेड डेटा मॉडल में इनकैप्सुलेशन क्या है? A Bundling data (attributes) and methods that operate on that data within an object hiding internal implementation details बंडलिंग डेटा (विशेषताएँ) और विधियाँ जो आंतरिक कार्यान्वयन विवरण को छिपाते हुए किसी ऑब्जेक्ट के भीतर उस डेटा पर काम करती हैं B Packaging multiple objects into a single table एकाधिक वस्तुओं को एक ही तालिका में पैक करना C Hiding the database schema from users डेटाबेस स्कीमा को उपयोगकर्ताओं से छिपाना D Encrypting object data for security सुरक्षा के लिए ऑब्जेक्ट डेटा एन्क्रिप्ट करना ✅ Correct Answer: 💡 Explanation / व्याख्या Explanation (English) Encapsulation is an OOP principle: objects bundle their state (attributes/fields) and behavior (methods) together. Internal implementation details are hidden, and external access is through well-defined interfaces/methods. व्याख्या (हिन्दी) एनकैप्सुलेशन एक OOP सिद्धांत है: ऑब्जेक्ट अपनी स्थिति (गुण/फ़ील्ड) और व्यवहार (तरीके) को एक साथ जोड़ते हैं। आंतरिक कार्यान्वयन विवरण छिपे हुए हैं, और बाहरी पहुंच अच्छी तरह से परिभाषित इंटरफेस/विधियों के माध्यम से है। 🎯 Exam Perspective DBMS ("Data Models" sub-topic) से जुड़ा यह सवाल — difficulty level "Easy" उन students के लिए काम का है जो SSC CGL, IBPS, RRB और State-level परीक्षाओं की तैयारी कर रहे हैं। बेहतर होगा कि explanation पढ़कर concept clear करें, ताकि exam में similar प्रश्न आने पर confusion न हो। 🔗 Related Questions ‘AS’ clause is used in SQL for Which question corresponds best to the following query?... How many bytes does each character in the UTF8 encoding... 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) ER Model (138)
74 Question 74 EN + हिं Medium GB The document data model (MongoDB) is best suited for which scenario? IN दस्तावेज़ डेटा मॉडल (MongoDB) किस परिदृश्य के लिए सबसे उपयुक्त है? A Storing hierarchical semi-structured data where document structure can vary पदानुक्रमित अर्ध-संरचित डेटा संग्रहीत करना जहां दस्तावेज़ संरचना भिन्न हो सकती है B Performing complex multi-table JOIN operations जटिल मल्टी-टेबल जॉइन ऑपरेशन निष्पादित करना C Enforcing strict referential integrity constraints सख्त संदर्भात्मक अखंडता बाधाओं को लागू करना D Storing highly interconnected data with complex relationships जटिल रिश्तों के साथ अत्यधिक परस्पर जुड़े डेटा का भंडारण ✅ Correct Answer: 💡 Explanation / व्याख्या Explanation (English) Document model stores self-contained JSON/BSON documents with varying structures. Ideal for hierarchical/nested data (e.g., a blog post with embedded comments) where data is accessed primarily as a whole document. व्याख्या (हिन्दी) दस्तावेज़ मॉडल अलग-अलग संरचनाओं के साथ स्व-निहित JSON/BSON दस्तावेज़ों को संग्रहीत करता है। पदानुक्रमित/नेस्टेड डेटा के लिए आदर्श (उदाहरण के लिए, एम्बेडेड टिप्पणियों वाला एक ब्लॉग पोस्ट) जहां डेटा को मुख्य रूप से संपूर्ण दस्तावेज़ के रूप में एक्सेस किया जाता है। 🎯 Exam Perspective UPSC, SSC, Banking और Police भर्ती जैसी परीक्षाओं में DBMS ("Data Models" sub-topic) से सवाल अक्सर पूछे जाते हैं — difficulty level "Medium"। इसलिए सिर्फ answer रटने के बजाय, नीचे दी गई explanation को ध्यान से पढ़ें और concept समझें। 🔗 Related Questions Which normal form is most desirable ? ‘AS’ clause is used in SQL for The file organization that provides very fast access to... 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) ER Model (138)
75 Question 75 EN + हिं Easy GB What is the semantic data model and its primary purpose? IN सिमेंटिक डेटा मॉडल और इसका प्राथमिक उद्देश्य क्या है? A A model that uses only numerical semantic values एक मॉडल जो केवल संख्यात्मक अर्थ संबंधी मानों का उपयोग करता है B A model for storing text data with semantic analysis सिमेंटिक विश्लेषण के साथ टेक्स्ट डेटा संग्रहीत करने के लिए एक मॉडल C A model used for natural language databases प्राकृतिक भाषा डेटाबेस के लिए उपयोग किया जाने वाला एक मॉडल D A high-level conceptual model capturing the meaning of data to bridge the gap between the real world and DBMS implementation वास्तविक दुनिया और डीबीएमएस कार्यान्वयन के बीच अंतर को पाटने के लिए डेटा के अर्थ को पकड़ने वाला एक उच्च स्तरीय वैचारिक मॉडल ✅ Correct Answer: 💡 Explanation / व्याख्या Explanation (English) Semantic data models (like ER model, UML) capture higher-level meaning/semantics of data beyond pure structure - including entity meanings, relationship semantics, constraints, and real-world interpretations. Used during conceptual design. व्याख्या (हिन्दी) सिमेंटिक डेटा मॉडल (जैसे ईआर मॉडल, यूएमएल) शुद्ध संरचना से परे डेटा के उच्च-स्तरीय अर्थ/शब्दार्थ को पकड़ते हैं - जिसमें इकाई अर्थ, संबंध शब्दार्थ, बाधाएं और वास्तविक दुनिया की व्याख्याएं शामिल हैं। वैचारिक डिजाइन के दौरान उपयोग किया जाता है। 🎯 Exam Perspective अगर आप Railway, SSC, Banking और Defence परीक्षाओं की तैयारी कर रहे हैं, तो DBMS ("Data Models" sub-topic) का यह topic आपके लिए महत्वपूर्ण है — difficulty level "Easy"। Exam में accuracy बढ़ाने के लिए हर सवाल की explanation जरूर पढ़ें। 🔗 Related Questions A file used to govern the initialization of the instanc... In the object-oriented data model what is encapsulation... A 3 NF relation is split into 4 NF 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) ER Model (138)