Computer Science, asked by jerryjam2991, 10 months ago

Explain the difference between database schema and database snapshot

Answers

Answered by ItsSpiderman44
0

Answer:

A schema is the design representation of a database whereas instance is the snapshot of a database at a particular moment. Instance changes very frequently, whenever data is removed or added in the database. As against, the changes in schema occurs rarely

Similar questions