Identify the physical components of the database. Choose all that apply
-
Database
-
Controlfile
-
Table
-
Datafile
-
Index
-
Redolog Group
B,D,F
Correct answer
Explanation
Physical database components are the actual operating system files that store database data. Control files contain database metadata and structural information. Datafiles store the actual user data and database objects. Redo log groups contain transaction logs for recovery. Tables and Indexes are LOGICAL structures stored WITHIN these physical files - they're not physical components themselves.