Which statement about sequences is not true? A sequence is an object that generates a sequential series of unique numbers. Sequences guarantee valid surrogate key values. NextVal and CurrVal are both sequence methods. Sequences are most often used to provide values for surrogate keys. TRUE ANSWER : ? YOUR ANSWER : ?
Oracle, the world's most popular DBMS, is powerful and robust, running on many different operating systems. True False TRUE ANSWER : ? YOUR ANSWER : ?
Oracle commands, column names, table names, view names and all other database elements are case sensitive. False True TRUE ANSWER : ? YOUR ANSWER : ?
To obtain the structure of an Oracle table, the command to use is: DESCRIBE [TableName]. DESC TABLE [TableName]. DESCRIBE STRUCTURE [TableName]. STRUCTURE [TableName]. TRUE ANSWER : ? YOUR ANSWER : ?
The only time that case matters is inside quotation marks of strings. True False TRUE ANSWER : ? YOUR ANSWER : ?
Oracle maintains a System Change Number (SCN) which is a database-wide value that is incremented by Oracle whenever database changes are made. False True TRUE ANSWER : ? YOUR ANSWER : ?
You can use the DROP statement to remove structures from the database. False True TRUE ANSWER : ? YOUR ANSWER : ?
What type of failure occurs when Oracle fails due to an operating system or computer hardware failure? Application failure Instance Failure Rollback failure Media Failure TRUE ANSWER : ? YOUR ANSWER : ?