Quiz-1

Q 1. A type of query that is placed within a WHERE or HAVING clause of another query is called / एक प्रकार की क्वेरी जो किसी अन्य क्वेरी के WHERE या HAVING क्लॉज में रखी जाती है, कहलाती है

  1. Master query
  2. Sub query
  3. Super query
  4. Multi-query

Q 2. If several concurrent transactions are executed over the same data set and the second transaction updates the database before the first transaction is finished, the_____property is violated and the database is no longer consistent./ यदि एक ही डेटा सेट पर कई समवर्ती लेनदेन निष्पादित किए जाते हैं और पहला लेनदेन समाप्त होने से पहले दूसरा लेनदेन डेटाबेस को अपडेट करता है, तो _____ गुण का उल्लंघन होता है और डेटाबेस अब संगत नहीं होता है

  1. Atomicity
  2. Consistency
  3. Isolation
  4. Durability
View Answer Watch Solution Video

Q 3. ……..is a virtual table that draws data from the result of an SQL SELECT statement. / …….. एक वर्चुअल टेबल है जो SQL SELECT स्टेटमेंट के परिणाम से डेटा ड्रा करती है

  1. View
  2. Synonym
  3. Sequence
  4. Transaction
View Answer Watch Solution Video

Q 4. . ……… accepts multiple rows a SQL query, stores them and hands over them one by one to the 3GL program./ ……… एकाधिक पंक्तियों को एक SQL क्वेरी स्वीकार करता है, उन्हें संग्रहीत करता है और उन्हें एक-एक करके 3GL प्रोग्राम को सौंपता है।

  1. Database program
  2. Database cursor
  3. Database object
  4. Database constraints
View Answer Watch Solution Video

Q 5. …….. is query that has another query embedded within it. /  …….. वह क्वेरी है जिसके भीतर एक और क्वेरी अंतर्निहित है।

  1. Sub query
  2. Structured query
  3. Nested query
  4. Sequence query
View Answer Watch Solution Video

Q 6. A data manipulation command the combines the record from one or more tables is called. / एक डेटा मैनिपुलेशन कमांड जो एक या अधिक टेबल से रिकॉर्ड को जोड़ती है, कहलाती है।
 

  1. SELECT
  2. PROJECT
  3. JOIN
  4. PRODUCT
View Answer Watch Solution Video

Q 7. Which of the following aggregate function does not ignore nulls in its results? / निम्नलिखित में से कौन सा समुच्चय फलन अपने परिणामों में नल की उपेक्षा नहीं करता है?

  1. COUNT
  2. COUNT(*)
  3. MAX
  4. MIN
View Answer Watch Solution Video

Q 8. A command that lets you change one or more fields in a record is / एक कमांड जो आपको एक रिकॉर्ड में एक या एक से अधिक फ़ील्ड बदलने की सुविधा देता है

  1. Insert
  2. Modify
  3. Look-up
  4. All of the above
View Answer Watch Solution Video

Q 9. The Database Management Query language is generally designed for the _____ / डेटाबेस प्रबंधन क्वेरी भाषा आम तौर पर _____ के लिए डिज़ाइन की गई है

  1. Support end-users who use English like commands
  2. Specifying the structure of the database
  3. Support in the development of the complex applications software
  4. All of the above
View Answer Watch Solution Video

Q 10. The term "TCL" stands for_____. / शब्द "टीसीएल" _____ के लिए है।

  1. Ternary Control Language
  2. Transmission Control Language
  3. Transaction Central Language
  4. Transaction Control Language
View Answer Watch Solution Video