76
GB
What is the primary role of the storage manager in DBMS architecture?
IN
DBMS आर्किटेक्चर में स्टोरेज मैनेजर की प्राथमिक भूमिका क्या है?
A
Managing network connections
नेटवर्क कनेक्शन प्रबंधित करना
B
Optimizing SQL queries
SQL क्वेरीज़ को अनुकूलित करना
C
Managing user authentication
उपयोगकर्ता प्रमाणीकरण का प्रबंधन
D
Providing the interface between the high-level DML and low-level data storage
उच्च-स्तरीय डीएमएल और निम्न-स्तरीय डेटा भंडारण के बीच इंटरफ़ेस प्रदान करना
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English)
The storage manager provides the interface between low-level disk-based data storage and higher-level database system components. It manages file organization, buffer management, and translates DML operations into physical file system operations.
व्याख्या (हिन्दी)
भंडारण प्रबंधक निम्न-स्तरीय डिस्क-आधारित डेटा भंडारण और उच्च-स्तरीय डेटाबेस सिस्टम घटकों के बीच इंटरफ़ेस प्रदान करता है। यह फ़ाइल संगठन, बफ़र प्रबंधन का प्रबंधन करता है, और डीएमएल संचालन को भौतिक फ़ाइल सिस्टम संचालन में अनुवादित करता है।