DATABASE is a PHYSICAL object
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.