Managing Databases with Oracle The default extension for SQL*Plus is .sql. False True False True ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle An Oracle System Change Number (SCN): is a value that is incremented whenever a dirty read occurs. is a value that is incremented whenever database changes are made. is incremented whenever a deadlock occurs. is a value that keeps track of explicit locks. is a value that is incremented whenever a dirty read occurs. is a value that is incremented whenever database changes are made. is incremented whenever a deadlock occurs. is a value that keeps track of explicit locks. 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
Managing Databases with Oracle After a table has been created, its structure can be modified using the SQL command: ALTER TABLE [TableName]. MODIFY TABLE [TableName]. CHANGE TABLE [TableName]. UPDATE TABLE [TableName]. ALTER TABLE [TableName]. MODIFY TABLE [TableName]. CHANGE TABLE [TableName]. UPDATE TABLE [TableName]. ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle Oracle maintains a System Change Number (SCN) which is a database-wide value that is incremented by Oracle whenever database changes are made. True False True False ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle The only time that case matters is inside quotation marks of strings. False True False True ANSWER DOWNLOAD EXAMIANS APP