Schema describes the Database?
-
Logically
-
Physically
-
Both of the above
-
None of the above
C
Correct answer
Explanation
A schema describes a database both logically (data structures, relationships, constraints) and physically (storage details, indexing, file organization). This dual description helps understand how data is organized conceptually and how it's stored on disk. Neither logical nor physical alone is complete.