Managing Databases with Oracle Oracle directly supports the definition of surrogate keys. False True False True ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle Which of the following is not true about indexes? Indexes are created to enable fast retrieval by column values. Indexes are created with the ALTER TABLE command. Columns that are frequently used with equal conditions in WHERE clauses are good candidates for indexes. Indexes are created to enforce uniqueness on columns. Indexes are created to enable fast retrieval by column values. Indexes are created with the ALTER TABLE command. Columns that are frequently used with equal conditions in WHERE clauses are good candidates for indexes. Indexes are created to enforce uniqueness on columns. ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle The default extension for an Oracle SQL*Plus file is: .ora .txt .pls .sql .ora .txt .pls .sql ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle Which prefixes are available to Oracle triggers? :new only :old only Neither :new nor :old Both :new and :old :new only :old only Neither :new nor :old Both :new and :old ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle When using SQL*Plus, Oracle commands, column names, table names and all other database elements: must always be in lower case. must always be in upper case. are case sensitive. are case insensitive. must always be in lower case. must always be in upper case. are case sensitive. are case insensitive. ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle Money is defined in Oracle with the Currency data type. False True False True ANSWER DOWNLOAD EXAMIANS APP