In creating a procedure, you may get a message if you have compile errors. Which of the following is true? To see the errors, enter SHOW ERRORS in SQL*Plus. SQL*Plus will automatically show the errors to you. If there are no syntax errors, you will receive the message "NO ERRORS." The line numbers reported match the line numbers you see in your text editor. TRUE ANSWER : ? YOUR ANSWER : ?
An Oracle System Change Number (SCN): is a value that is incremented whenever database changes are made. is a value that keeps track of explicit locks. is a value that is incremented whenever a dirty read occurs. is incremented whenever a deadlock occurs. TRUE ANSWER : ? YOUR ANSWER : ?
The default extension for an Oracle SQL*Plus file is: .txt .ora .pls .sql TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following is NOT an Oracle-supported trigger? INSTEAD OF AFTER BEFORE DURING TRUE ANSWER : ? YOUR ANSWER : ?
You have linked SQL*Plus to an external text editor. To invoke the text editor for use within SQL*Plus, which command do you use? Edit [FileName] Alter [FileName] Open [FileName] Show [FileName] TRUE ANSWER : ? YOUR ANSWER : ?
When using SQL*Plus, Oracle commands, column names, table names and all other database elements: are case sensitive. must always be in upper case. must always be in lower case. are case insensitive. TRUE ANSWER : ? YOUR ANSWER : ?
To obtain the structure of an Oracle table, the command to use is: DESCRIBE STRUCTURE [TableName]. DESCRIBE [TableName]. STRUCTURE [TableName]. DESC TABLE [TableName]. TRUE ANSWER : ? YOUR ANSWER : ?
Of the three ways to create an Oracle database, which one is the easiest and most recommended? None of these Using the Oracle Database Configuration Assistant. Using the Oracle-supplied database creation procedures. Using the SQL CREATE DATABASE command. 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 : ?