InterviewSolution
Saved Bookmarks
| 1. |
Database __________which is the logical design of the database, and the database _______ which is a snapshot of the data in the database at a given instant in time.(a) Instance, Schema(b) Relation, Schema(c) Relation, Domain(d) Schema, InstanceThe question was posed to me during an online interview.This question is from Relational Database and Database Schema in portion The Relational Model of Database Management |
|
Answer» CORRECT answer is (d) Schema, Instance Best EXPLANATION: Instance is an instance of time and schema is a representation. |
|