Exam 10: B: Managing Databases With Oracle Database 11g Release 2
Exam 1: Introduction100 Questions
Exam 2: Introduction to Structured Query Language SQL105 Questions
Exam 3: The Relational Model and Normalization100 Questions
Exam 4: Database Design Using Normalization100 Questions
Exam 5: Data Modeling With the Entity-Relationship Model100 Questions
Exam 6: Transforming Data Models Into Database Designs103 Questions
Exam 7: Sql for Database Construction and Application Processing100 Questions
Exam 8: Database Redesign101 Questions
Exam 9: Managing Multiuser Databases102 Questions
Exam 10: A: Managing Databases With SQL Server 20012100 Questions
Exam 10: B: Managing Databases With Oracle Database 11g Release 2100 Questions
Exam 10: C: Managing Databases With MySQL100 Questions
Exam 11: The Web Server Environment198 Questions
Exam 12: Big Data datawarehouse and Business Intelligence Systems102 Questions
Exam 13: Microsoft Access 201348 Questions
Exam 14: Getting Started With Systems Analysis and Design35 Questions
Exam 15: E-R Diagrams and the Idef1x Standard35 Questions
Exam 16: E-R Diagrams and the UML Standard36 Questions
Exam 17: Getting Started With MySQL Workbench Data Modeling Tools37 Questions
Exam 18: Getting Started With Microsoft Visio 201334 Questions
Exam 19: Data Structures for Database Processing35 Questions
Exam 20: the Semantic Object Model35 Questions
Exam 21: Getting Started With Web Servers php and the Eclipse PDT35 Questions
Exam 22: Business Intelligence Systems80 Questions
Select questions type
What is SQL*Plus?
Free
(Essay)
4.8/5
(37)
Correct Answer:
SQL*Plus is a character-based command line utility program,and it allows users to enter SQL*Plus commands after an "SQL>" command prompt.SQL commands such as CREATE TABLE can be entered and run in SQL*Plus.SQL*Plus has been a very popular utility for Oracle Database users.
The PL/SQL keyword BEGIN is used to define a group of PL/SQL statements.
Free
(True/False)
4.8/5
(41)
Correct Answer:
True
The CurrVal method provides the current value in a sequence.
Free
(True/False)
4.9/5
(40)
Correct Answer:
True
The PL/SQL keyword STOP HERE is used to complete the basic PL/SQL block structure.
(True/False)
4.8/5
(33)
With Oracle Database,stored procedures cannot use a cursor variable,so another method must be used to access a table on a row by row basis.
(True/False)
4.8/5
(38)
Which of the following statements would cause Oracle Database to include a new column named C5,which is a two-digit whole number,to a table named T2?
(Multiple Choice)
4.7/5
(33)
The Oracle Database GUI provides graphical facilities for managing databases.
(True/False)
4.8/5
(32)
An Oracle Database tablespace is a logical subdivision of an Oracle database instance that is used to group related table,view,and other similar objects.
(True/False)
4.9/5
(32)
With Oracle Database,using a sequence does not guarantee valid surrogate key values.
(True/False)
4.9/5
(30)
Which of the following Oracle Database ReDo files are stored on disk and contain the rollback segments from recent database changes?
(Multiple Choice)
4.9/5
(37)
If you include a slash as the last line in an Oracle stored procedure,the procedure will be compiled and stored when you run the block of code.
(True/False)
4.9/5
(45)
The default file extension for text files created for SQL Developer is .sql.
(True/False)
4.7/5
(26)
If the SQL statement SELECT C1,C2,C3
FROM T4
WHERE C2 = 'Smith';
Is frequently executed,which column(s)should be considered for indexing based only on the statement itself?
(Multiple Choice)
4.8/5
(29)
In Oracle Database recovery facilities,OnLine ReDo files are backup log files maintained separately and not necessarily on disk media.
(True/False)
4.9/5
(39)
You can include single line comments in an Oracle Database stored procedure by starting each comment line with the /* symbol.
(True/False)
4.7/5
(41)
When creating a new database in Oracle Database,two new account passwords are automatically created in the database.
(True/False)
4.8/5
(20)
Oracle Database triggers BEFORE and AFTER are placed on tables,while the INSTEAD OF trigger is placed on views.
(True/False)
4.7/5
(32)
Showing 1 - 20 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)