Computer Science, asked by gniruni11, 10 months ago

the different between the database schema and database state

Answers

Answered by lovewithsomeone
0

Answer:A database schema or an intention gives a description of the database. ... A database state provides the present state of the database and its data. It can be considered as an extension of the database schema. When a database is newly defined, the corresponding database state is empty.BASIS FOR COMPARISON SCHEMA DATABASE

Basic Schema is a structural view of a database. The database is a collection of interrelated data.

Modification Schema once declared should not be modified frequently. Data in a database keeps on updating all time, so database modifies frequently.

Include Schema includes tables name, fields name, its types and constraints. Database includes specified schema, data (records), constraints for the data.

Statements DDL statements specify a schema for a database. DML statement adds, updates the records (data) in a database.

Answered by Anonymous
21

A database is a collection of information that is organized so that it can be easily accessed, managed and updated. Computer databases typically contain aggregations of data records or files, containing information about sales transactions or interactions with specific customers.

Similar questions