DBMS

10:00

Q1: What is the result of a natural join between R(A,B) and S(B,C) if B is a primary key in S but not in R? / यदि B, S में प्राथमिक कुंजी है लेकिन R में नहीं है, तो R(A,B) और S(B,C) के बीच natural join का परिणाम क्या होगा?

Q2: Which of the following does NOT ensure isolation in transaction processing? / निम्न में से कौन लेनदेन प्रोसेसिंग में isolation सुनिश्चित नहीं करता है?

Q3: Which normal form is violated when a non-prime attribute depends on a part of the candidate key? / जब कोई non-prime attribute candidate key के हिस्से पर निर्भर होता है, तो कौन सा normal form टूटता है?

Q4: Which of the following is true about multivalued dependencies? / निम्नलिखित में से कौन बहु-मूल्य निर्भरताओं के बारे में सत्य है?

Q5: In SQL, what does the SERIALIZABLE isolation level ensure? / SQL में SERIALIZABLE isolation level क्या सुनिश्चित करता है?

Q6: Which indexing technique is best for range-based queries? / किस इंडेक्सिंग तकनीक का उपयोग range आधारित queries के लिए सबसे उपयुक्त है?

Q7: Which of the following helps detect and resolve deadlocks in DBMS? / निम्नलिखित में से कौन DBMS में deadlock को पहचानने और हल करने में मदद करता है?

Q8: What is the worst-case time complexity to search a record in a B+ Tree with n nodes? / n नोड्स वाले B+ ट्री में एक रिकॉर्ड खोजने की सबसे खराब स्थिति की समय जटिलता क्या है?

Q9: Which concurrency control technique avoids starvation? / कौन सी concurrency control तकनीक starvation से बचाती है?

Q10: Which SQL clause is used to enforce referential integrity? / कौन सा SQL clause referential integrity लागू करता है?