schema -
- Schema database के एक organization या structure है जो कि पूरे database के logical view को represent करता है।
- यह represent करता है कि database में data किस type organise है और उनके मध्य relationship कैसी है।
- Database designers schema को design करते है। जिससे कि programmer आसानी से database को समझ सके ।और database को use करने योग्य बनाये।
- Generally schema, database dictionary में store रहती है।
- Schema यह describe करता है कि table के मध्य relationship कैसी है।
Type of schema -
Schema दो type का होता है।
- Physical schema
- Logical schema
1. Physical schema - physical schema यह define करती है कि data को DBMS में किस प्रकार represent किया जाता है और data को किस प्रकार store किया जाता है।
2. Logical schema - schema ऐसे सभी logical constraints को define करती है जो data को store करने में लागू किये जाते है। एक logical schema data का conceptual model होती है।
2. Logical schema - schema ऐसे सभी logical constraints को define करती है जो data को store करने में लागू किये जाते है। एक logical schema data का conceptual model होती है।
No comments:
Post a Comment