wHICH SCRIPT CREATE THE DATA DICTIONARY TABLES?
-
catalog.sql
-
sql.bsq
-
catproc.sql
-
dictionary.sql
B
Correct answer
Explanation
The sql.bsq script creates the data dictionary base tables during database creation. This script contains the fundamental CREATE TABLE statements for dictionary objects. catalog.sql creates views, catproc.sql creates PL/SQL packages, and dictionary.sql is not a standard Oracle script.