91
GB
What is a relation scheme vs a relation instance in formal relational model terms?
IN
औपचारिक संबंधपरक मॉडल के संदर्भ में संबंध योजना बनाम संबंध उदाहरण क्या है?
A
Relation scheme is the data; relation instance is the structure
संबंध योजना डेटा है; संबंध उदाहरण संरचना है
B
They are the same concept
वे एक ही अवधारणा हैं
C
Relation scheme applies to NoSQL; relation instance to RDBMS
संबंध योजना NoSQL पर लागू होती है; आरडीबीएमएस से संबंध उदाहरण
D
Relation scheme (schema) R(A1,A2,...An) is the structural definition with attribute names and their domains; relation instance r(R) is the actual set of tuples conforming to that schema at a point in time
संबंध योजना (स्कीमा) R(A1,A2,...An) विशेषता नामों और उनके डोमेन के साथ संरचनात्मक परिभाषा है; संबंध उदाहरण r(R) एक समय में उस स्कीमा के अनुरूप टुपल्स का वास्तविक सेट है
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English)
Relation schema R(A1,...An): structural definition - attribute names, their domains, and constraints. Relation instance r(R): a concrete set of tuples (rows) at a specific time, where each tuple has one value per attribute from its domain.
व्याख्या (हिन्दी)
संबंध स्कीमा R(A1,...An): संरचनात्मक परिभाषा - विशेषता नाम, उनके डोमेन और बाधाएं। संबंध उदाहरण r(R): एक विशिष्ट समय पर टुपल्स (पंक्तियों) का एक ठोस सेट, जहां प्रत्येक टुपल के पास उसके डोमेन से प्रति विशेषता एक मान होता है।