Managing Databases With Oracle - Study Mode
[#36] If there is only one statement and no ambiguity about what is wanted, Oracle will treat the semicolon and slash as the same.
Correct Answer
(A) True
[#37] The only time that case matters is inside quotation marks of strings.
Correct Answer
(A) True
[#38] You can use the DROP statement to remove structures from the database.
Correct Answer
(A) True
[#39] Oracle, the world's most popular DBMS, is powerful and robust, running on many different operating systems.
Correct Answer
(A) True
[#40] SQL*Plus will finish the statement and execute it when the user types in this:
Correct Answer
(C) A semicolon (
) followed by [Enter].