Multiple choice technology databases

DATABASE is a PHYSICAL object

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

A database is a logical concept - an organized collection of data structures and the data itself - not a physical object. The physical implementation consists of files on storage media managed by the DBMS. The distinction between logical schema and physical storage is fundamental to database theory.