DBMS — MCQ Practice

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

📚 136 Questions 🌐 Hindi + English ✅ Free
भाषा / Language:
136 questions
1
EN + हिं
GB IMS stands for?
IN आईएमएस का मतलब है?
A
Information Mastering System सूचना माहिर प्रणाली
B
Instruction Management System अनुदेश प्रबंधन प्रणाली
C
Instruction Manipulating System अनुदेश हेरफेर प्रणाली
D
Information Management System सूचना प्रबंधन प्रणाली
✅ Correct Answer:
2
EN + हिं
GB Suppose the user finds the usage of room number and phone number in a relational schema there is confusion.This is reduced by
IN मान लीजिए कि उपयोगकर्ता को रिलेशनल स्कीमा में कमरा नंबर और फोन नंबर का उपयोग मिलता है तो भ्रम होता है। इसे कम किया जाता है
A
Unique-role assumption अद्वितीय-भूमिका धारणा
B
Unique-key assignment अद्वितीय-कुंजी असाइनमेंट
C
Role intergral assignment भूमिका इंटरग्रल असाइनमेंट
D
None of the mentioned उल्लेखित कोई भी नहीं
✅ Correct Answer:
3
EN + हिं
GB If a piece of data is stored in two places in the database, then
IN यदि डेटा का एक टुकड़ा डेटाबेस में दो स्थानों पर संग्रहीत है, तो
A
Storage space is wasted भंडारण स्थान बर्बाद हो गया है
B
Changing the data in one spot will cause data inconsistency डेटा को एक ही स्थान पर बदलने से डेटा असंगति हो जाएगी
C
In can be more easily accessed में अधिक आसानी से पहुँचा जा सकता है
D
Storage space is wasted & Changing the data in one spot will cause data inconsistency भंडारण स्थान बर्बाद हो गया है और डेटा को एक ही स्थान पर बदलने से डेटा असंगति हो जाएगी
✅ Correct Answer:
4
EN + हिं
GB What is the main limitation of Hierarchical Databases?
IN पदानुक्रमित डेटाबेस की मुख्य सीमा क्या है?
A
Limited capacity (unable to hold much datA:) सीमित क्षमता (ज्यादा डेटा रखने में असमर्थ:)
B
Limited flexibility in accessing data डेटा तक पहुँचने में सीमित लचीलापन
C
Overhead associated with maintaining indexes अनुक्रमणिका बनाए रखने से जुड़ा ओवरहेड
D
The performance of the database is poor डेटाबेस का प्रदर्शन ख़राब है
✅ Correct Answer:
5
EN + हिं
GB Which of the following schemas does define a view or views of the database for particular users?
IN निम्नलिखित में से कौन सा स्कीमा विशेष उपयोगकर्ताओं के लिए डेटाबेस के दृश्य या दृश्यों को परिभाषित करता है?
A
Internal schema आंतरिक स्कीमा
B
Conceptual schema वैचारिक स्कीमा
C
Physical schema भौतिक स्कीमा
D
External schema बाहरी स्कीमा
✅ Correct Answer:
6
EN + हिं
GB A ________ in a table represents a relationship among a set of values.
IN किसी तालिका में ________ मानों के एक समूह के बीच संबंध का प्रतिनिधित्व करता है।
A
Column स्तंभ
B
Key चाबी
C
Row पंक्ति
D
Entry प्रवेश
✅ Correct Answer:
7
EN + हिं
GB State true or false: If a relation consists of a foreign key, then it is called a referenced relation of the foreign key dependency.
IN सही या गलत बताएं: यदि किसी संबंध में एक विदेशी कुंजी शामिल है, तो इसे विदेशी कुंजी निर्भरता का संदर्भित संबंध कहा जाता है।
A
TRUE सत्य
B
FALSE असत्य
C
none कोई नहीं
D
all सभी
✅ Correct Answer:
8
EN + हिं
GB If you don’t specify ASC or DESC after a SQL ORDER BY clause, the following is used by default ______________
IN यदि आप SQL ORDER BY क्लॉज के बाद ASC या DESC निर्दिष्ट नहीं करते हैं, तो डिफ़ॉल्ट रूप से निम्नलिखित का उपयोग किया जाता है ______________
A
ASC एएससी
B
DESC वर्णन
C
There is no default value कोई डिफ़ॉल्ट मूल्य नहीं है
D
None of the mentioned उल्लेखित कोई भी नहीं
✅ Correct Answer:
9
EN + हिं
GB Find the names of these cities with temperature and condition whose condition is neither sunny nor cloudy.
IN तापमान और स्थिति के साथ उन शहरों के नाम खोजें जिनकी स्थिति न तो धूप है और न ही बादल।
A
SELECT city, temperature, condition FROM weather WHERE condition NOT IN (‘sunny’, ‘cloudy’) मौसम से शहर, तापमान, स्थिति चुनें जहां स्थिति नहीं है ('धूप', 'बादल')
B
SELECT city, temperature, condition FROM weather WHERE condition NOT BETWEEN (‘sunny’, ‘cloudy’) मौसम से शहर, तापमान, स्थिति चुनें जहां स्थिति बीच में न हो ('धूप', 'बादल')
C
SELECT city, temperature, condition FROM weather WHERE condition IN (‘sunny’, ‘cloudy’) मौसम से शहर, तापमान, स्थिति चुनें जहां स्थिति ('धूप', 'बादल')
D
SELECT city, temperature, condition FROM weather WHERE condition BETWEEN (‘sunny’, ‘cloudy’); मौसम से शहर, तापमान, स्थिति का चयन करें जहां स्थिति ('धूप', 'बादल') के बीच हो;
✅ Correct Answer:
10
EN + हिं
GB Syntax for creating views is __________
IN व्यूज़ बनाने का सिंटैक्स __________ है
A
CREATE VIEW AS SELECT चयन के रूप में दृश्य बनाएँ
B
CREATE VIEW AS UPDATE अद्यतन के रूप में दृश्य बनाएँ
C
DROP VIEW AS SELECT दृश्य को चयन के रूप में छोड़ें
D
CREATE VIEW AS UPDATE अद्यतन के रूप में दृश्य बनाएँ
✅ Correct Answer:
11
EN + हिं
GB There are two functional dependencies with the same set of attributes on the left side of the arrow:
A->BC A->B
This can be combined as
IN तीर के बाईं ओर विशेषताओं के समान सेट के साथ दो कार्यात्मक निर्भरताएँ हैं: A->BC A->B इसे इस प्रकार जोड़ा जा सकता है
A
A->BC ए->बीसी
B
A->B ए->बी
C
B->C बी->सी
D
None of the mentioned उल्लेखित कोई भी नहीं
✅ Correct Answer:
12
EN + हिं
GB A Database Management System (DBMS) is:
IN एक डेटाबेस प्रबंधन प्रणाली (डीबीएमएस) है:
A
collection of data describing one particular enterprise किसी विशेष उद्यम का वर्णन करने वाले डेटा का संग्रह
B
collection of programs to access data डेटा तक पहुँचने के लिए प्रोग्रामों का संग्रह
C
all options are correct सभी विकल्प सही हैं
D
collection of interrelated data परस्पर संबंधित डेटा का संग्रह
✅ Correct Answer:
13
EN + हिं
GB Snapshot of the data in the database at a given instant of time is called
IN किसी निश्चित समय पर डेटाबेस में डेटा का स्नैपशॉट कहा जाता है
A
database instance डेटाबेस उदाहरण
B
all of the options सभी विकल्प
C
database schema डेटाबेस स्कीमा
D
database snapshot डेटाबेस स्नैपशॉट
✅ Correct Answer:
14
EN + हिं
GB In precedence of set operators the expression is evaluated from:
IN सेट ऑपरेटरों की प्राथमिकता में अभिव्यक्ति का मूल्यांकन निम्न से किया जाता है:
A
left to right बाएं से दायां
B
right to left दाएं से बाएं
C
left to left बाएं से बाएं
D
right to right दाएँ से दाएँ
✅ Correct Answer:
15
EN + हिं
GB A record management system
IN एक रिकार्ड प्रबंधन प्रणाली
A
can handle many files of information at a time एक समय में सूचना की कई फाइलों को संभाल सकता है
B
always uses a list as its model हमेशा एक सूची को अपने मॉडल के रूप में उपयोग करता है
C
both can handle many files of information at a time and always uses a list as its model दोनों एक समय में सूचना की कई फाइलों को संभाल सकते हैं और हमेशा एक सूची को अपने मॉडल के रूप में उपयोग करते हैं
D
can be used to extract information stored in a computer file इसका उपयोग कंप्यूटर फ़ाइल में संग्रहीत जानकारी निकालने के लिए किया जा सकता है
✅ Correct Answer:
1–15 of 136