DBMS — MCQ Practice

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

📚 158 Questions 🌐 Hindi + English ✅ Free
भाषा / Language:
158 questions
1
EN + हिं
GB Which of the information is not redundant.
IN इनमें से कौन सी जानकारी अनावश्यक नहीं है.
A
name नाम
B
mobile गतिमान
C
account-no खाता नंबर
D
address पता
✅ Correct Answer:
2
EN + हिं
GB Representations such as the in the dept year relation, with one column for each value of an attribute, are called _______ they are widely used in spreadsheets and reports and in data analysis tools.
IN किसी विशेषता के प्रत्येक मान के लिए एक कॉलम वाले विभाग वर्ष संबंध जैसे अभ्यावेदन को _______ कहा जाता है, इनका व्यापक रूप से स्प्रेडशीट और रिपोर्ट और डेटा विश्लेषण टूल में उपयोग किया जाता है।
A
Cross-tabs क्रॉस-टैब
B
Snapshot स्नैपशॉट
C
Both Cross-tabs and Snapshot क्रॉस-टैब और स्नैपशॉट दोनों
D
All of the mentioned सभी का उल्लेख किया गया है
✅ Correct Answer:
3
EN + हिं
GB The information about data in a database is called _______
IN डेटाबेस में डेटा के बारे में जानकारी को _______ कहा जाता है
A
Metadata मेटाडाटा
B
Hyper data हाइपर डेटा
C
Tera data तेरा डेटा
D
None of the mentioned उल्लेखित कोई भी नहीं
✅ Correct Answer:
4
EN + हिं
GB The association role defines:
IN एसोसिएशन की भूमिका परिभाषित करती है:
A
How tables are related in the database डेटाबेस में टेबल कैसे संबंधित हैं
B
The relationship between the class diagram and the tables in the database डेटाबेस में वर्ग आरेख और तालिकाओं के बीच संबंध
C
The tables that each attribute is contained तालिकाएँ जिनमें प्रत्येक विशेषता समाहित है
D
Which attribute is the table’s primary key कौन सी विशेषता तालिका की प्राथमिक कुंजी है
✅ Correct Answer:
5
EN + हिं
GB Ensuring isolation property is the responsibility of the
IN अलगाव संपत्ति सुनिश्चित करना की जिम्मेदारी है
A
Recovery-management component of the DBMS DBMS का पुनर्प्राप्ति-प्रबंधन घटक
B
Concurrency-control component of the DBMS DBMS का समवर्ती-नियंत्रण घटक
C
Transaction-management component of the DBMS डीबीएमएस का लेनदेन-प्रबंधन घटक
D
Buffer management component in DBMS डीबीएमएस में बफर प्रबंधन घटक
✅ Correct Answer:
6
EN + हिं
GB Course(course_id,sec_id,semester) Here the course_id,sec_id and semester are __________ and course is a _________
IN कोर्स (कोर्स_आईडी, सेकंड_आईडी, सेमेस्टर) यहां कोर्स_आईडी, सेकंड_आईडी और सेमेस्टर __________ हैं और कोर्स एक _________ है
A
Relations, Attribute संबंध, गुण
B
Attributes, Relation गुण, संबंध
C
Tuple, Relation टपल, संबंध
D
Tuple, Attributes टुपल, गुण
✅ Correct Answer:
7
EN + हिं
GB What is the syntax to load data into the database? (Consider D as the database and a, b, c as datA:)
IN डेटाबेस में डेटा लोड करने का सिंटैक्स क्या है? (डी को डेटाबेस और ए, बी, सी को डेटाए के रूप में मानें:)
A
enter into D (a, b, C:); डी (ए, बी, सी:) में प्रवेश करें;
B
insert into D values (a, b, C:); डी मानों में डालें (ए, बी, सी:);
C
insert into D (a, b, C:); डी (ए, बी, सी:) में डालें;
D
insert (a, b, C:) values into D; डी में (ए, बी, सी:) मान डालें;
✅ Correct Answer:
8
EN + हिं
GB With SQL, how can you return all the records from a table named “Persons” sorted descending by “FirstName”?
IN SQL के साथ, आप "FirstName" के आधार पर क्रमबद्ध "व्यक्ति" नामक तालिका से सभी रिकॉर्ड कैसे वापस कर सकते हैं?
A
SELECT * FROM Persons SORT BY ‘FirstName’ DESC 'प्रथम नाम' विवरण के अनुसार क्रमबद्ध व्यक्तियों में से * चुनें
B
SELECT * FROM Persons ORDER FirstName DESC व्यक्तियों से ऑर्डर प्रथम नाम विवरण का चयन करें
C
SELECT * FROM Persons SORT ‘FirstName’ DESC व्यक्तियों में से 'प्रथम नाम' विवरण का चयन करें
D
SELECT * FROM Persons ORDER BY FirstName DESC प्रथम नाम DESC द्वारा ऑर्डर किए गए व्यक्तियों में से * चुनें
✅ Correct Answer:
9
EN + हिं
GB What type of join is needed when you wish to include rows that do not have matching values?
IN जब आप उन पंक्तियों को शामिल करना चाहते हैं जिनमें मेल खाने वाले मान नहीं हैं तो किस प्रकार के जुड़ाव की आवश्यकता है?
A
Equi-join सम में शामिल होने के
B
Natural join प्राकृतिक जुड़ाव
C
Outer join बाहरी जोड़
D
All of the Mentioned उल्लेखित सभी
✅ Correct Answer:
10
EN + हिं
GB In the __________ normal form, a composite attribute is converted to individual attributes.
IN __________ सामान्य रूप में, एक समग्र विशेषता को व्यक्तिगत विशेषताओं में बदल दिया जाता है।
A
First पहला
B
Second दूसरा
C
Third तीसरा
D
Fourth चौथी
✅ Correct Answer:
11
EN + हिं
GB If a relation is in BCNF, then it is also in
IN यदि कोई संबंध बीसीएनएफ में है, तो वह अंदर भी है
A
1 NF 1 एनएफ
B
2 NF 2 एनएफ
C
3 NF 3 एनएफ
D
All of the above ऊपर के सभी
✅ Correct Answer:
12
EN + हिं
GB Data Manipulation Language enables users to
IN डेटा हेरफेर भाषा उपयोगकर्ताओं को सक्षम बनाती है
A
retrieval of information stored in database डेटाबेस में संग्रहीत जानकारी की पुनर्प्राप्ति
B
insertion of new information into the database डेटाबेस में नई जानकारी सम्मिलित करना
C
deletion of information from the database डेटाबेस से जानकारी हटाना
D
all the options are correct सभी विकल्प सही हैं
✅ Correct Answer:
13
EN + हिं
GB A command to remove a relation from an SQL database
IN SQL डेटाबेस से किसी संबंध को हटाने का आदेश
A
delete table तालिका हटाएँ
B
erase table तालिका मिटाएँ
C
alter table तालिका बदलें
D
drop table ड्रॉप तालिका
✅ Correct Answer:
14
EN + हिं
GB The minimal set of super key is called
IN सुपर कुंजी के न्यूनतम सेट को कहा जाता है
A
primary key प्राथमिक कुंजी
B
secondary key द्वितीयक कुंजी
C
foreign key विदेशी कुंजी
D
candidate key उम्मीदवार कुंजी
✅ Correct Answer:
15
EN + हिं
GB Information can be transferred between the DBMS and a
IN सूचना को DBMS और a के बीच स्थानांतरित किया जा सकता है
A
spreadsheet program स्प्रेडशीट प्रोग्राम
B
word processor program वर्ड प्रोसेसर प्रोग्राम
C
graphics program ग्राफ़िक्स प्रोग्राम
D
all of the options सभी विकल्प
✅ Correct Answer:
1–15 of 158