721 Question 721 EN + हिं GB The Oracle RDBMS uses the statement to declare a new transaction start and its properties. IN Oracle RDBMS एक नए लेनदेन की शुरुआत और उसके गुणों की घोषणा करने के लिए ---------------------- कथन का उपयोग करता है। A begin शुरू B set transaction लेन-देन सेट करें C begin transaction लेन-देन शुरू करें D commit प्रतिबद्ध ✅ Correct Answer: 🎯 Exam Perspective DBMS से जुड़ा यह सवाल उन students के लिए काम का है जो SSC CGL, IBPS, RRB और State-level परीक्षाओं की तैयारी कर रहे हैं। बेहतर होगा कि explanation पढ़कर concept clear करें, ताकि exam में similar प्रश्न आने पर confusion न हो। 🔗 Related Questions The SQL statement SELECT SUBSTR(‘123456789’, INSTR(‘abc... means that the data used during the execution... For a transaction to be durable, its changes need to be... 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) Data Models (138)
722 Question 722 EN + हिं GB means that the data used during the execution of a transaction cannot be used by a second transaction until the first one is completed. IN इसका मतलब है कि किसी लेन-देन के निष्पादन के दौरान उपयोग किए गए डेटा का उपयोग दूसरे लेन-देन द्वारा तब तक नहीं किया जा सकता जब तक कि पहला लेन-देन पूरा न हो जाए। A consistency स्थिरता B atomicity परमाणुता C durability टिकाऊपन D isolation एकांत ✅ Correct Answer: 🎯 Exam Perspective UPSC, SSC, Banking और Police भर्ती जैसी परीक्षाओं में DBMS से सवाल अक्सर पूछे जाते हैं। इसलिए सिर्फ answer रटने के बजाय, नीचे दी गई explanation को ध्यान से पढ़ें और concept समझें। 🔗 Related Questions The unit of storage that can store one are more records... In SQL, the CREATE TABLESPACE is used In SQL, which command is used to issue multiple CREATE... 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) Data Models (138)
723 Question 723 EN + हिं GB In SQL, which command is used to issue multiple CREATE TABLE, CREATE VIEW and GRANT statements in a single transaction? IN SQL में, एक ही लेनदेन में एकाधिक CREATE TABLE, CREATE VIEW और GRANT स्टेटमेंट जारी करने के लिए किस कमांड का उपयोग किया जाता है? A create package पैकेज बनाएं B create schema स्कीमा बनाएं C create cluster क्लस्टर बनाएँ D all of the mentioned सभी का उल्लेख किया गया है ✅ Correct Answer: 🎯 Exam Perspective अगर आप Railway, SSC, Banking और Defence परीक्षाओं की तैयारी कर रहे हैं, तो DBMS का यह topic आपके लिए महत्वपूर्ण है। Exam में accuracy बढ़ाने के लिए हर सवाल की explanation जरूर पढ़ें। 🔗 Related Questions provides option for ente... Which character function can be used to return a specifi... The storage structure which do not survive system crash... 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) Data Models (138)
724 Question 724 EN + हिं GB In SQL, the CREATE TABLESPACE is used IN SQL में CREATE TABLESPACE का उपयोग किया जाता है A to create a place in the database for storage of scheme objects, rollback segments, and naming the data files to comprise the tablespace स्कीम ऑब्जेक्ट्स, रोलबैक सेगमेंट के भंडारण के लिए डेटाबेस में जगह बनाना और टेबलस्पेस को शामिल करने के लिए डेटा फ़ाइलों का नामकरण करना B to create a database trigger डेटाबेस ट्रिगर बनाने के लिए C to add/rename data files, to change storage डेटा फ़ाइलों को जोड़ने/नाम बदलने के लिए, भंडारण बदलने के लिए D all of the mentioned सभी का उल्लेख किया गया है ✅ Correct Answer: 🎯 Exam Perspective DBMS के इस प्रश्न को कई प्रतियोगी परीक्षाओं जैसे SSC, Railway, Banking और State PCS में repeat होते देखा गया है। Concept clarity के लिए explanation section जरूर पढ़ें। 🔗 Related Questions The SQL statement SELECT SUBSTR(‘123456789’, INSTR(‘abc... For a transaction to be durable, its changes need to be... What are the different events in Triggers? 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) Data Models (138)
725 Question 725 EN + हिं GB Which character function can be used to return a specified portion of a character string? IN किसी कैरेक्टर स्ट्रिंग के निर्दिष्ट भाग को वापस करने के लिए किस कैरेक्टर फ़ंक्शन का उपयोग किया जा सकता है? A instr निर्देप्राप्तगुम B substring सबस्ट्रिंग C substr सबस्ट्र D pos पीओ ✅ Correct Answer: 🎯 Exam Perspective यह सवाल DBMS category का है, और SSC CGL, IBPS, RRB और State-level परीक्षाओं के exam pattern में इस तरह के questions common हैं। Answer choose करने के बाद दिया गया explanation जरूर पढ़ें। 🔗 Related Questions The unit of storage that can store one are more records... Which of the following is TRUE for the System Variable... For a transaction to be durable, its changes need to be... 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) Data Models (138)
726 Question 726 EN + हिं GB Which of the following is TRUE for the System Variable $date$? IN सिस्टम वेरिएबल $date$ के लिए निम्नलिखित में से कौन सा सत्य है? A can be assigned to a global variable एक वैश्विक चर को सौंपा जा सकता है B can be assigned to any field only during design time केवल डिज़ाइन समय के दौरान ही किसी भी फ़ील्ड को सौंपा जा सकता है C can be assigned to any variable or field during run time रन टाइम के दौरान किसी भी वेरिएबल या फ़ील्ड को असाइन किया जा सकता है D can be assigned to a local variable एक स्थानीय चर को सौंपा जा सकता है ✅ Correct Answer: 🎯 Exam Perspective यह प्रश्न DBMS की तैयारी करने वाले अभ्यर्थियों के लिए उपयोगी है। इस तरह के प्रश्न अक्सर UPSC, SSC, Banking और Police भर्ती जैसी परीक्षाओं में पूछे जाते रहे हैं, इसलिए concept और explanation दोनों को ध्यान से समझें, सिर्फ उत्तर याद न करें। 🔗 Related Questions The storage structure which do not survive system crash... A file system is software that enables mult... In SQL, the CREATE TABLESPACE is used 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) Data Models (138)
727 Question 727 EN + हिं GB What are the different events in Triggers? IN ट्रिगर्स में विभिन्न घटनाएँ क्या हैं? A define, create परिभाषित करें, बनाएं B drop, comment छोड़ें, टिप्पणी करें C insert, update, delete सम्मिलित करें, अद्यतन करें, हटाएँ D select, commit चुनें, प्रतिबद्ध करें ✅ Correct Answer: 🎯 Exam Perspective DBMS से जुड़ा यह सवाल उन students के लिए काम का है जो Railway, SSC, Banking और Defence परीक्षाओं की तैयारी कर रहे हैं। बेहतर होगा कि explanation पढ़कर concept clear करें, ताकि exam में similar प्रश्न आने पर confusion न हो। 🔗 Related Questions means that the data used during the execution... The SQL statement SELECT SUBSTR(‘123456789’, INSTR(‘abc... Which of the following SQL command can be used to modif... 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) Data Models (138)
728 Question 728 EN + हिं GB Which is the subset of SQL commands used to manipulate Oracle Database Structures, including tables? IN तालिकाओं सहित Oracle डेटाबेस संरचनाओं में हेरफेर करने के लिए उपयोग की जाने वाली SQL कमांड का सबसेट कौन सा है? A data definition language डेटा परिभाषा भाषा B data manipulation language डेटा हेरफेर भाषा C data described language डेटा वर्णित भाषा D data retrieval language डेटा पुनर्प्राप्ति भाषा ✅ Correct Answer: 🎯 Exam Perspective SSC, Railway, Banking और State PCS जैसी परीक्षाओं में DBMS से सवाल अक्सर पूछे जाते हैं। इसलिए सिर्फ answer रटने के बजाय, नीचे दी गई explanation को ध्यान से पढ़ें और concept समझें। 🔗 Related Questions The unit of storage that can store one are more records... The Oracle RDBMS uses the statement to declar... For a transaction to be durable, its changes need to be... 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) Data Models (138)
729 Question 729 EN + हिं GB The SQL statement SELECT SUBSTR(‘123456789’, INSTR(‘abcabcabc’,’b’), IN SQL कथन SELECT SUBSTR('123456789', INSTR('abcabcabc','b'), A 6789 6789 B 2345 2345 C 1234 1234 D 456789 456789 ✅ Correct Answer: 🎯 Exam Perspective अगर आप SSC CGL, IBPS, RRB और State-level परीक्षाओं की तैयारी कर रहे हैं, तो DBMS का यह topic आपके लिए महत्वपूर्ण है। Exam में accuracy बढ़ाने के लिए हर सवाल की explanation जरूर पढ़ें। 🔗 Related Questions In SQL, the CREATE TABLESPACE is used A file system is software that enables mult... Which character function can be used to return a specifi... 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) Data Models (138)
730 Question 730 EN + हिं GB Which of the following SQL command can be used to modify existing data in a database table? IN निम्नलिखित में से किस SQL कमांड का उपयोग डेटाबेस तालिका में मौजूदा डेटा को संशोधित करने के लिए किया जा सकता है? A modify संशोधित B update अद्यतन C change परिवर्तन D new नया ✅ Correct Answer: 🎯 Exam Perspective DBMS के इस प्रश्न को कई प्रतियोगी परीक्षाओं जैसे UPSC, SSC, Banking और Police भर्ती में repeat होते देखा गया है। Concept clarity के लिए explanation section जरूर पढ़ें। 🔗 Related Questions provides option for ente... The Oracle RDBMS uses the statement to declar... In SQL, the CREATE TABLESPACE is used 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) Data Models (138)
731 Question 731 EN + हिं GB provides option for entering SQL queries as execution time, rather than at the development stage. IN विकास चरण के बजाय निष्पादन समय के रूप में SQL क्वेरी दर्ज करने का विकल्प प्रदान करता है। A pl/sql पीएल/एसक्यूएल B sql*plus एसक्यूएल*प्लस C sql एसक्यूएल D dynamic sql गतिशील एसक्यूएल ✅ Correct Answer: 🎯 Exam Perspective यह सवाल DBMS category का है, और Railway, SSC, Banking और Defence परीक्षाओं के exam pattern में इस तरह के questions common हैं। Answer choose करने के बाद दिया गया explanation जरूर पढ़ें। 🔗 Related Questions means that the data used during the execution... Which character function can be used to return a specifi... The Oracle RDBMS uses the statement to declar... 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) Data Models (138)
732 Question 732 EN + हिं GB The storage structure which do not survive system crashes are IN भंडारण संरचना जो सिस्टम क्रैश से बच नहीं पाती है A volatile storage अस्थिर भंडारण B non-volatile storage गैर-वाष्पशील भंडारण C stable storage स्थिर भंडारण D dynamic storage गतिशील भंडारण ✅ Correct Answer: 🎯 Exam Perspective यह प्रश्न DBMS की तैयारी करने वाले अभ्यर्थियों के लिए उपयोगी है। इस तरह के प्रश्न अक्सर SSC, Railway, Banking और State PCS जैसी परीक्षाओं में पूछे जाते रहे हैं, इसलिए concept और explanation दोनों को ध्यान से समझें, सिर्फ उत्तर याद न करें। 🔗 Related Questions means that the data used during the execution... Which of the following SQL command can be used to modif... What are the different events in Triggers? 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) Data Models (138)
733 Question 733 EN + हिं GB For a transaction to be durable, its changes need to be written to storage. IN किसी लेन-देन के टिकाऊ होने के लिए, उसके परिवर्तनों को भंडारण में लिखा जाना आवश्यक है। A volatile storage अस्थिर भंडारण B non-volatile storage गैर-वाष्पशील भंडारण C stable storage स्थिर भंडारण D dynamic storage गतिशील भंडारण ✅ Correct Answer: 🎯 Exam Perspective DBMS से जुड़ा यह सवाल उन students के लिए काम का है जो SSC CGL, IBPS, RRB और State-level परीक्षाओं की तैयारी कर रहे हैं। बेहतर होगा कि explanation पढ़कर concept clear करें, ताकि exam में similar प्रश्न आने पर confusion न हो। 🔗 Related Questions Which of the following is TRUE for the System Variable... means that the data used during the execution... What are the different events in Triggers? 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) Data Models (138)
734 Question 734 EN + हिं GB The unit of storage that can store one are more records in a hash file organization are IN भंडारण की वह इकाई जो एक हैश फ़ाइल संगठन में एक से अधिक रिकॉर्ड संग्रहीत कर सकती है वह है A buckets बाल्टी B disk pages डिस्क पेज C blocks ब्लाकों D nodes नोड्स ✅ Correct Answer: 🎯 Exam Perspective UPSC, SSC, Banking और Police भर्ती जैसी परीक्षाओं में DBMS से सवाल अक्सर पूछे जाते हैं। इसलिए सिर्फ answer रटने के बजाय, नीचे दी गई explanation को ध्यान से पढ़ें और concept समझें। 🔗 Related Questions provides option for ente... means that the data used during the execution... Which is the subset of SQL commands used to manipulate... 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) Data Models (138)
735 Question 735 EN + हिं GB A file system is software that enables multiple computers to share file storage while maintaining consistent space allocation and file content. IN ए फाइल सिस्टम एक सॉफ्टवेयर है जो कई कंप्यूटरों को लगातार स्थान आवंटन और फ़ाइल सामग्री को बनाए रखते हुए फ़ाइल भंडारण साझा करने में सक्षम बनाता है। A storage भंडारण B tertiary तृतीयक C secondary माध्यमिक D cluster झुंड ✅ Correct Answer: 🎯 Exam Perspective अगर आप Railway, SSC, Banking और Defence परीक्षाओं की तैयारी कर रहे हैं, तो DBMS का यह topic आपके लिए महत्वपूर्ण है। Exam में accuracy बढ़ाने के लिए हर सवाल की explanation जरूर पढ़ें। 🔗 Related Questions Which character function can be used to return a specifi... What are the different events in Triggers? Which of the following SQL command can be used to modif... 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) Data Models (138)