1366
GB
What is the temporal data model and what problem does it solve?
IN
अस्थायी डेटा मॉडल क्या है और यह किस समस्या का समाधान करता है?
A
A model for time-series sensor data only
केवल समय-श्रृंखला सेंसर डेटा के लिए एक मॉडल
B
A model that stores only timestamps
एक मॉडल जो केवल टाइमस्टैम्प संग्रहीत करता है
C
A model that optimizes time-based query performance
एक मॉडल जो समय-आधारित क्वेरी प्रदर्शन को अनुकूलित करता है
D
A model that tracks time-varying data recording history with valid-time (when true in reality) and transaction-time (when recorded in DB) dimensions
एक मॉडल जो समय-भिन्न डेटा रिकॉर्डिंग इतिहास को वैध-समय (वास्तविकता में सही होने पर) और लेनदेन-समय (डीबी में दर्ज होने पर) आयामों के साथ ट्रैक करता है
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English)
Temporal databases model data that changes over time. Bitemporal data has valid time (when a fact was true in the real world) and transaction time (when it was recorded in the database). Enables historical queries, auditing, and what-if analysis.
व्याख्या (हिन्दी)
टेम्पोरल डेटाबेस मॉडल डेटा जो समय के साथ बदलता है। बिटेम्पोरल डेटा में वैध समय (जब कोई तथ्य वास्तविक दुनिया में सत्य था) और लेनदेन का समय (जब यह डेटाबेस में दर्ज किया गया था) होता है। ऐतिहासिक प्रश्न, ऑडिटिंग और क्या-क्या विश्लेषण सक्षम बनाता है।