Multiple choice technology databases

wHICH SCRIPT CREATE THE DATA DICTIONARY TABLES?

  1. catalog.sql

  2. sql.bsq

  3. catproc.sql

  4. dictionary.sql

Reveal answer Fill a bubble to check yourself
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.