Q1: What is the full form of DBMS? DBMS का पूरा नाम क्या है?
Q2: Which language is used to query databases? डेटाबेस से पूछताछ करने के लिए किस भाषा का उपयोग किया जाता है?
Q3: What is a primary key? प्राथमिक कुंजी क्या है?
Q4: Which command in SQL is used to retrieve data? SQL में डेटा प्राप्त करने के लिए किस कमांड का उपयोग किया जाता है?
Q5: What is normalization in DBMS? DBMS में सामान्यीकरण क्या है?
Q6: Which SQL clause is used to filter records? SQL में रिकॉर्ड को फ़िल्टर करने के लिए किस क्लॉज का उपयोग किया जाता है?
Q7: What is a foreign key? विदेशी कुंजी क्या है?
Q8: Which SQL function returns the number of rows? SQL में किस फ़ंक्शन का उपयोग पंक्तियों की संख्या प्राप्त करने के लिए किया जाता है?
Q9: What is an index in a database? डेटाबेस में इंडेक्स क्या है?
Q10: Which command is used to add a new column to a table? तालिका में एक नया कॉलम जोड़ने के लिए किस कमांड का उपयोग किया जाता है?
Q11: What is the difference between DELETE and TRUNCATE? DELETE और TRUNCATE में क्या अंतर है?
Q12: What is a view in DBMS? DBMS में व्यू क्या है?
Q13: Which join returns all rows from both tables? कौन सा जॉइन दोनों तालिकाओं से सभी पंक्तियाँ लौटाता है?
Q14: What is ACID in databases? डेटाबेस में ACID क्या है?
Q15: Which SQL statement is used to update data? SQL में डेटा अपडेट करने के लिए किस स्टेटमेंट का उपयोग किया जाता है?
Q16: What is a stored procedure? संग्रहीत प्रक्रिया क्या है?
Q17: Which SQL constraint ensures that a column cannot have NULL values? कौन सा SQL बाधा सुनिश्चित करता है कि एक कॉलम में NULL मान नहीं हो सकते?
Q18: What is the default port for MySQL? MySQL के लिए डिफ़ॉल्ट पोर्ट क्या है?
Q19: Which operator is used for pattern matching in SQL? SQL में पैटर्न मिलान के लिए किस ऑपरेटर का उपयोग किया जाता है?
Q20: What is the purpose of the GROUP BY clause? GROUP BY क्लॉज का उद्देश्य क्या है?