🎓Which of the following data function in SQL returns the current database system timestamp as a ‘datetime’ value without the database time zone offset? निम्न में से कौन-सा SQL का डेटा फ़ंक्शन वर्तमान डेटाबेस सिस्टम टाइमस्टैम्प को ‘datetime’ मान के रूप में बिना डेटाबेस टाइम ज़ोन ऑफसेट के लौटाता है?
[TGT CS 2024]
[TGT CS 2024]
❤1
🎓Which operation is provided in Pandas, when multiple tables can be concatenated both column wise and row wise as database? Pandas में कौन-सा ऑपरेशन प्रदान किया जाता है, जिससे कई टेबल्स (डेटाफ्रेम्स) को कॉलम की दिशा में (column-wise) और पंक्ति की दिशा में (row-wise) जोड़ा जा सकता है जैसे डेटाबेस में होता है?
[TGT CS 2024]
[TGT CS 2024]
❤1
🎓Which of the following maths function in SQL returns the smallest integer greater than, or equal to, the specified numeric expression?SQL में निम्नलिखित में से कौन-सा गणितीय (Math) फंक्शन दिया गया संख्या मान से बड़ा या उसके बराबर सबसे छोटा पूर्णांक (integer) लौटाता है?
[TGT CS 2024]
[TGT CS 2024]
🎓Which of the following symbol is used with SELECT command of SQL, to retrieve all the attribute values of the selected tuples? SQL में SELECT कमांड के साथ निम्नलिखित में से कौन-सा प्रतीक (symbol) चुने हुए ट्यूपल्स के सभी attribute मानों को प्राप्त करने के लिए उपयोग किया जाता है?
[TGT CS 2024]
[TGT CS 2024]
🎓Which of the following is NOT an aggregate function in SQL?SQL में निम्नलिखित में से कौन-सा एग्रीगेट फंक्शन (Aggregate Function) नहीं है?
[TGT CS 2024]
[TGT CS 2024]
Anonymous Quiz
68%
(A) CROSS PRODUCT
20%
(B) MAXIMUM
9%
(C) COUNT
3%
(D) SUM
❤2
🎓In Database Management System (DBMS), which of the following term defines a collection of entities that have the same attributes in the database? Database Management System (DBMS) में, निम्नलिखित में से कौन-सा पद (term) उन एंटिटीज़ के समूह को दर्शाता है जिनके डेटाबेस में समान गुण (attributes) होते हैं?
[TGT CS 2024]
[TGT CS 2024]
🎓Which of the following term of ER model (Entity – Relationship) is corresponding to the foreign key (or relationship relation) in the relational model of database?ER मॉडल (एंटिटी–रिलेशनशिप मॉडल) में, निम्नलिखित में से कौन-सा पद (term) रिलेशनल मॉडल के डेटाबेस में foreign key (या relationship relation) के अनुरूप होता है?
[TGT CS 2024]
[TGT CS 2024]
🎓In relational databases, which of the following integrity constraint is specified between two relations and is used to maintain the consistency among tuples in the two relations? रिलेशनल डेटाबेस में, निम्नलिखित में से कौन-सी इंटीग्रिटी बाधा (Integrity Constraint) दो रिलेशन के बीच निर्दिष्ट की जाती है और दोनों रिलेशन के ट्यूपलों (tuples) के बीच संगति (consistency) बनाए रखने के लिए उपयोग की जाती है?
[TGT CS 2024]
[TGT CS 2024]
🎓Which of the following operator is used as concatenation operator in SQL?SQL में, निम्नलिखित में से कौन-सा ऑपरेटर संयोजन (Concatenation) ऑपरेटर के रूप में उपयोग किया जाता है?
[TGT CS 2024]
[TGT CS 2024]
Anonymous Quiz
44%
(A) + +
18%
(B) “ ”
17%
(C) # #
21%
(D) | |
🎓Which of the following operator of SQL is used in WHERE clause for match a character pattern in database?SQL में, निम्नलिखित में से कौन-सा ऑपरेटर WHERE क्लॉज में डेटाबेस के भीतर किसी कैरेक्टर पैटर्न से मिलान (pattern match) करने के लिए उपयोग किया जाता है?
[TGT CS 2024]
[TGT CS 2024]
In SQL, which of the following is correct command for schema evolution, if the RESTRICT option is chosen than the schema is dropped only if schema has no element in it?SQL में, यदि RESTRICT विकल्प चुना गया है, तो स्कीमा केवल तब हटाया जाता है जब उसमें कोई भी तत्व (element) मौजूद न हो। इस स्थिति में स्कीमा परिवर्तन (Schema Evolution) के लिए निम्न में से कौन-सा कमांड सही है?
[TGT CS 2024]
[TGT CS 2024]
⚡1