Managing Databases with Oracle The default extension for SQL*Plus is .sql. True False True False ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle Which SQL phrase is not supported by Oracle? ON UPDATE CASCADE ON DELETE CASCADE CREATE SEQUENCE [SequenceName] DROP SEQUENCE [SequenceName] ON UPDATE CASCADE ON DELETE CASCADE CREATE SEQUENCE [SequenceName] DROP SEQUENCE [SequenceName] ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle Which statement about sequences is not true? Sequences are most often used to provide values for surrogate keys. A sequence is an object that generates a sequential series of unique numbers. NextVal and CurrVal are both sequence methods. Sequences guarantee valid surrogate key values. Sequences are most often used to provide values for surrogate keys. A sequence is an object that generates a sequential series of unique numbers. NextVal and CurrVal are both sequence methods. Sequences guarantee valid surrogate key values. ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle Money is defined in Oracle with the Currency data type. True False True False ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle Oracle does NOT support a CASCADE UPDATE constraint. True False True False ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle You can check on the status of tables with the DESCRIBE or DESC command. False True False True ANSWER DOWNLOAD EXAMIANS APP