KnowledgeBoat Logo
|

Computer Science

Differentiate between database state and database schema.

Relational Database

4 Likes

Answer

Database stateDatabase schema
The data stored in database at a particular moment of time (i.e., the state of the database at a particular instance of time) is called database state or instance of database.The database schema defines the design, structure, and organization of the database, serving as the blueprint or skeleton that determines how data is organized and related within the database.

Answered By

4 Likes


Related Questions