Question
Computer Science Question on Database Concepts
Which of the following is called a database instance?
A
Overall design of the database
B
The snapshot of the database at any given time
C
Data about the data
D
Restriction on the type of data inserted
Answer
The snapshot of the database at any given time
Explanation
Solution
A database instance represents the data state in a database at a particular moment, essentially a snapshot.