DBMS — MCQ Practice

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

📚 138 Questions 🌐 Hindi + English ✅ Free
भाषा / Language:
138 questions
16
EN + हिं
GB The management information system (MIS) structure with one main computer system is called a
IN एक मुख्य कंप्यूटर प्रणाली के साथ प्रबंधन सूचना प्रणाली (एमआईएस) संरचना को कहा जाता है
A
decentralized mis structure विकेन्द्रीकृत गलत संरचना
B
centralized mis structure केंद्रीकृत ग़लत संरचना
C
hierarchical mis structure पदानुक्रमित ग़लत संरचना
D
distributed mis structure वितरित गलत संरचना
✅ Correct Answer:
17
EN + हिं
GB Snapshot of the dta in the database at a given instant of time is called
IN किसी निश्चित समय पर डेटाबेस में मौजूद डीटीए का स्नैपशॉट कहा जाता है
A
database schema डेटाबेस स्कीमा
B
database instance डेटाबेस उदाहरण
C
database snapshot डेटाबेस स्नैपशॉट
D
all of the above ऊपर के सभी
✅ Correct Answer:
18
EN + हिं
GB The relation with the attribute which is the primary key is referenced in another relation. The relation which has the attribute as a primary key is called                              
IN विशेषता के साथ संबंध जो प्राथमिक कुंजी है, उसे किसी अन्य संबंध में संदर्भित किया जाता है। वह संबंध जिसमें प्राथमिक कुंजी के रूप में विशेषता होती है, कहलाता है                              
A
referential relation संदर्भात्मक संबंध
B
referencing relation संदर्भ संबंध
C
referenced relation संदर्भित संबंध
D
referred relation संदर्भित संबंध
✅ Correct Answer:
19
EN + हिं
GB The intersection operator is used to get the            tuples.
IN इंटरसेक्शन ऑपरेटर का उपयोग ट्यूपल्स प्राप्त करने के लिए किया जाता है।
A
different अलग
B
common सामान्य
C
all सभी
D
repeating दोहरा
✅ Correct Answer:
20
EN + हिं
GB Subqueries cannot:
IN उपश्रेणियाँ नहीं कर सकतीं:
A
use group by or group functions ग्रुप बाय या ग्रुप फ़ंक्शंस का उपयोग करें
B
retrieve data from a table different from the one in the outer query बाहरी क्वेरी से भिन्न तालिका से डेटा पुनर्प्राप्त करें
C
join tables तालिकाओं में शामिल हों
D
appear in select, update, delete, insert statements. सेलेक्ट, अपडेट, डिलीट, इंसर्ट स्टेटमेंट में दिखाई दें।
✅ Correct Answer:
21
EN + हिं
GB In order to maintain the consistency during transactions, database provides
IN लेन-देन के दौरान स्थिरता बनाए रखने के लिए, डेटाबेस प्रदान किया जाता है
A
commit प्रतिबद्ध
B
atomic परमाणु
C
flashback फ़्लैश बैक
D
retain बनाए रखना
✅ Correct Answer:
22
EN + हिं
GB Which of the following is used to avoid cascading of authorizations from the user?
IN उपयोगकर्ता से प्राधिकरणों के कैस्केडिंग से बचने के लिए निम्नलिखित में से किसका उपयोग किया जाता है?
A
granted by current role वर्तमान भूमिका द्वारा प्रदान किया गया
B
revoke select on department from amit, satoshi restrict; अमित से विभाग का चयन रद्द करें, सातोशी प्रतिबंधित करें;
C
revoke grant option for select on department from amit; अमित से विभाग के चयन के लिए अनुदान विकल्प रद्द करें;
D
revoke select on department from amit, satoshi cascade; अमित, सातोशी कैस्केड से विभाग का चयन रद्द करें;
✅ Correct Answer:
23
EN + हिं
GB Any recursive view must be defined as the union of two subqueries: a                query that is nonrecursive and a                      query.
IN किसी भी पुनरावर्ती दृश्य को दो उपप्रश्नों के मिलन के रूप में परिभाषित किया जाना चाहिए: एक                क्वेरी जो गैर-पुनरावर्ती है और एक                      क्वेरी।
A
base, recursive आधार, पुनरावर्ती
B
recursive, base पुनरावर्ती, आधार
C
base, redundant आधार, अनावश्यक
D
view, base दृश्य, आधार
✅ Correct Answer:
24
EN + हिं
GB Which is a unary operation:
IN जो एक यूनरी ऑपरेशन है:
A
selection operation चयन प्रचालन
B
primitive operation आदिम संचालन
C
projection operation प्रक्षेपण संचालन
D
generalized selection सामान्यीकृत चयन
✅ Correct Answer:
25
EN + हिं
GB An entity in A is associated with at most one entity in B. An entity in B, however, can be associated with any number (zero or more) of entities in A.
IN A में एक इकाई B में अधिकतम एक इकाई के साथ संबद्ध होती है। हालाँकि, B में एक इकाई, A में किसी भी संख्या (शून्य या अधिक) इकाइयों के साथ संबद्ध हो सकती है।
A
one-to-many कई लोगों के लिए एक
B
one-to-one एक से एक
C
many-to-many अनेक-से-अनेक
D
many-to-one कई-टू-वन
✅ Correct Answer:
26
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:
27
EN + हिं
GB Consider the employee work-team example, and assume that certain employees participate in more than one work team. A given employee may therefore appear in more than one of the team entity sets that are lower level entity sets of employee. Thus, the generalization is                            
IN कर्मचारी कार्य-टीम उदाहरण पर विचार करें, और मान लें कि कुछ कर्मचारी एक से अधिक कार्य दल में भाग लेते हैं। इसलिए कोई भी कर्मचारी एक से अधिक टीम इकाई सेटों में दिखाई दे सकता है जो कर्मचारी के निचले स्तर के इकाई सेट हैं। इस प्रकार, सामान्यीकरण है                            
A
overlapping ओवरलैपिंग
B
disjointness असम्बद्धता
C
uniqueness विशिष्टता
D
relational रिलेशनल
✅ Correct Answer:
28
EN + हिं
GB The term for information that describes what type of data is available in a database is:
IN सूचना के लिए शब्द जो बताता है कि डेटाबेस में किस प्रकार का डेटा उपलब्ध है:
A
data dictionary डेटा शब्दकोश
B
data repository डेटा संग्रह
C
index data सूचकांक डेटा
D
metadata मेटाडाटा
✅ Correct Answer:
29
EN + हिं
GB An approach to website design with the emphasis on converting visitors to outcomes required by the owner is referred to as:
IN विज़िटरों को स्वामी द्वारा अपेक्षित परिणामों में परिवर्तित करने पर जोर देने के साथ वेबसाइट डिज़ाइन के दृष्टिकोण को कहा जाता है:
A
web usability वेब प्रयोज्यता
B
persuasion अनुनय
C
web accessibility वेब पहुंच
D
none of the mentioned उल्लेखित कोई भी नहीं
✅ Correct Answer:
30
EN + हिं
GB The Java                      specification defines an application programming interface for communication between the Web server and the application program.
IN जावा विशिष्टता वेब सर्वर और एप्लिकेशन प्रोग्राम के बीच संचार के लिए एक एप्लिकेशन प्रोग्रामिंग इंटरफ़ेस को परिभाषित करती है।
A
servlet सर्वलेट
B
server सर्वर
C
program कार्यक्रम
D
randomize अनियमित
✅ Correct Answer:
16–30 of 138