Database Engineering Complete Answers Fixed
Database Engineering Complete Answers Fixed
3. Explain the levels of data abstraction and differentiate schema & instance.
- Physical Level: How data is physically stored.
- Logical Level: Structure and relationships of data.
- View Level: Different ways data is viewed by users.
- Schema: Defines the database structure.
- Instance: The actual data present in the database.