DBMS — MCQ Practice

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

📚 2982 Questions 🌐 Hindi + English ✅ Free
भाषा / Language:
2982 questions
391
EN + हिं
GB A                      is a special kind of a store procedure that executes in response to certain action on the table like insertion, deletion or updation of data.
IN                    एक विशेष प्रकार की स्टोर प्रक्रिया है जो डेटा को सम्मिलित करने, हटाने या अद्यतन करने जैसी तालिका पर कुछ कार्रवाई के जवाब में निष्पादित होती है।
A
procedures प्रक्रियाओं
B
triggers चलाता है
C
functions कार्य
D
none of the mentioned उल्लेखित कोई भी नहीं
✅ Correct Answer:
392
EN + हिं
GB Triggers are supported in
IN ट्रिगर्स समर्थित हैं
A
delete मिटाना
B
update अद्यतन
C
views दृश्य
D
all of the mentioned सभी का उल्लेख किया गया है
✅ Correct Answer:
393
EN + हिं
GB What are the after triggers?
IN इसके बाद के ट्रिगर क्या हैं?
A
triggers generated after a particular operation किसी विशेष ऑपरेशन के बाद उत्पन्न ट्रिगर
B
these triggers run after an insert, update or delete on a table ये ट्रिगर किसी टेबल पर डालने, अपडेट करने या हटाने के बाद चलते हैं
C
these triggers run after an insert, views, update or delete on a table ये ट्रिगर किसी तालिका में सम्मिलित करने, देखने, अद्यतन करने या हटाने के बाद चलते हैं
D
all of the mentioned सभी का उल्लेख किया गया है
✅ Correct Answer:
394
EN + हिं
GB The variables in the triggers are declared using
IN ट्रिगर्स में वेरिएबल्स का उपयोग करके घोषित किया जाता है
A
B
@ @
C
/ /
D
/@ /@
✅ Correct Answer:
395
EN + हिं
GB The default extension for an Oracle SQL*Plus file is:
IN Oracle SQL*Plus फ़ाइल के लिए डिफ़ॉल्ट एक्सटेंशन है:
A
.txt ।TXT
B
.pls .pls
C
.ora .ओरा
D
.sql .sql
✅ Correct Answer:
396
EN + हिं
GB Which of the following is NOT an Oracle- supported trigger?
IN निम्नलिखित में से कौन सा Oracle समर्थित ट्रिगर नहीं है?
A
before पहले
B
during दौरान
C
after बाद
D
instead of के बजाय
✅ Correct Answer:
397
EN + हिं
GB What are the different in triggers?
IN ट्रिगर्स में अंतर क्या हैं?
A
define, create परिभाषित करें, बनाएं
B
drop, comment छोड़ें, टिप्पणी करें
C
insert, update, delete सम्मिलित करें, अद्यतन करें, हटाएँ
D
all of the mentioned सभी का उल्लेख किया गया है
✅ Correct Answer:
398
EN + हिं
GB Triggers                  enabled or disabled
IN ट्रिगर                 सक्षम या अक्षम
A
can be हो सकता है
B
cannot be हो नहीं सकता
C
ought to be होना चाहिए
D
always हमेशा
✅ Correct Answer:
399
EN + हिं
GB Which prefixes are available to Oracle triggers?
IN Oracle ट्रिगर्स के लिए कौन से प्रीफ़िक्स उपलब्ध हैं?
A
: new only : केवल नया
B
: old only : केवल पुराना
C
both :new and : old दोनों :नए और :पुराने
D
neither :new nor : old न तो :नया न :पुराना
✅ Correct Answer:
400
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:
401
EN + हिं
GB Ranking of queries is done by which of the following?
IN प्रश्नों की रैंकिंग निम्नलिखित में से किसके द्वारा की जाती है?
A
group by द्वारा समूह बनाएं
B
order by द्वारा आदेश
C
having होना
D
both group by and order by दोनों समूह द्वारा और क्रम से
✅ Correct Answer:
402
EN + हिं
GB In rank() function if one value is shared by two tuples then
IN रैंक() फ़ंक्शन में यदि एक मान दो टुपल्स द्वारा साझा किया जाता है
A
the rank order continues as counting numbers रैंक क्रम संख्याओं की गिनती के रूप में जारी रहता है
B
the rank order continues by leaving one rank in the middle बीच में एक रैंक छोड़कर रैंक क्रम जारी रहता है
C
the user specifies the order उपयोगकर्ता ऑर्डर निर्दिष्ट करता है
D
the order does not change क्रम नहीं बदलता
✅ Correct Answer:
403
EN + हिं
GB The                      function that does not create gaps in the ordering.
IN                    फ़ंक्शन जो ऑर्डर देने में अंतराल पैदा नहीं करता है।
A
intense_rank() तीव्र_रैंक()
B
continue_rank() जारी रखें_रैंक()
C
default_rank() डिफ़ॉल्ट_रैंक()
D
dense_rank() सघन_रैंक()
✅ Correct Answer:
404
EN + हिं
GB If there are n tuples in the partition and the rank of the tuple is r, then its                  is defined as (r −1)/(n−1).
IN यदि विभाजन में n टुपल्स हैं और टुपल का रैंक r है, तो इसका                 इसे (r −1)/(n−1) के रूप में परिभाषित किया गया है।
A
ntil() ntil()
B
cum_rank सह_रैंक
C
percent_rank प्रतिशत_रैंक
D
rank() रैंक()
✅ Correct Answer:
405
EN + हिं
GB Inorder to simplify the null value confusion in the rank function we can specify
IN रैंक फ़ंक्शन में शून्य मान भ्रम को सरल बनाने के लिए हम निर्दिष्ट कर सकते हैं
A
not null अशक्त नहीं
B
nulls last शून्य अंतिम
C
nulls first पहले शून्य
D
either nulls last or first या तो अंतिम या पहले शून्य
✅ Correct Answer:
391–405 of 2982