CuriousTab
Search
CuriousTab
Home
Aptitude
Computer
C Programming
C# Programming
C++ Programming
Database
Java Programming
Networking
Engineering
Biochemical Engineering
Biochemistry
Biotechnology
Chemical Engineering
Civil Engineering
Computer Science
Digital Electronics
Electrical Engineering
Electronics
Electronics and Communication Engineering
Mechanical Engineering
Microbiology
Technical Drawing
GK
Current Affairs
General Knowledge
Reasoning
Data Interpretation
Logical Reasoning
Non Verbal Reasoning
Verbal Ability
Verbal Reasoning
Exams
AIEEE
Bank Exams
CAT
GATE
IIT JEE
TOEFL
Jobs
Analyst
Bank PO
Database Administrator
IT Trainer
Network Engineer
Project Manager
Software Architect
Discussion
Home
‣
Database
‣
Managing Databases with Oracle
Comments
Question
To see the contents of the SQL*Plus buffer, type:
Options
A. CONTENTS.
B. BUFFER.
C. CURRENT.
D. LIST.
Correct Answer
LIST.
Managing Databases with Oracle problems
Search Results
1. 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?
Options
A. Open [
FileName
]
B. Show [
FileName
]
C. Alter [
FileName
]
D. Edit [
FileName
]
Show Answer
Scratch Pad
Discuss
Correct Answer: Edit [
FileName
]
2. When using SQL*Plus, Oracle commands, column names, table names and all other database elements:
Options
A. are case insensitive.
B. are case sensitive.
C. must always be in lower case.
D. must always be in upper case.
Show Answer
Scratch Pad
Discuss
Correct Answer: are case insensitive.
3. Which of the following is
not
true about indexes?
Options
A. Indexes are created to enforce uniqueness on columns.
B. Indexes are created to enable fast retrieval by column values.
C. Columns that are frequently used with equal conditions in WHERE clauses are good candidates for indexes.
D. Indexes are created with the ALTER TABLE command.
Show Answer
Scratch Pad
Discuss
Correct Answer: Indexes are created with the ALTER TABLE command.
4. Of the three ways to create an Oracle database, which one is the easiest and most recommended?
Options
A. Using the Oracle Database Configuration Assistant.
B. Using the Oracle-supplied database creation procedures.
C. Using the SQL CREATE DATABASE command.
D. None of the above is correct.
Show Answer
Scratch Pad
Discuss
Correct Answer: Using the Oracle Database Configuration Assistant.
5. Which statement about sequences is not true?
Options
A. A sequence is an object that generates a sequential series of unique numbers.
B. Sequences are most often used to provide values for surrogate keys.
C.
NextVal
and
CurrVal
are both sequence methods.
D. Sequences guarantee valid surrogate key values.
Show Answer
Scratch Pad
Discuss
Correct Answer: Sequences guarantee valid surrogate key values.
6. What is the type of Oracle backup in which all uncommitted changes have been removed from the datafiles?
Options
A. Full backup
B. Consistent backup
C. Inconsistent backup
D. Differential backup
Show Answer
Scratch Pad
Discuss
Correct Answer: Consistent backup
7. Which of the following is
not
true about modifying table columns?
Options
A. You can drop a column at any time.
B. You can add a column at any time as long as it is a NULL column.
C. You can increase the number of characters in character columns or the number of digits in numeric columns
D. You cannot increase or decrease the number of decimal places.
Show Answer
Scratch Pad
Discuss
Correct Answer: You cannot increase or decrease the number of decimal places.
8. The default extension for an Oracle SQL*Plus file is:
Options
A. .txt.
B. .pls.
C. .ora.
D. .sql.
Show Answer
Scratch Pad
Discuss
Correct Answer: .sql.
9. Which prefixes are available to Oracle triggers?
Options
A. :new only
B. :old only
C. Both :new and :old
D. Neither :new nor :old
Show Answer
Scratch Pad
Discuss
Correct Answer: Both :new and :old
10. In creating a procedure, you may get a message if you have compile errors. Which of the following is true?
Options
A. The line numbers reported match the line numbers you see in your text editor.
B. SQL*Plus will automatically show the errors to you.
C. To see the errors, enter SHOW ERRORS in SQL*Plus.
D. If there are no syntax errors, you will receive the message "NO ERRORS."
Show Answer
Scratch Pad
Discuss
Correct Answer: To see the errors, enter SHOW ERRORS in SQL*Plus.
Comments
There are no comments.
Enter a new Comment
Save
More in Database:
Advanced SQL
Data and Database Administration
Data Modeling with ER Model
Data Models into Database Designs
Data Warehousing
Database Design Using Normalization
Database Processing for BIS
Database Redesign
Distributed Databases
ER Model and Business Rules
Introduction to Database
Introduction to SQL
JDBC, Java Server Pages, and MySQL
Logical Database Design
Managing Databases with Oracle
Managing Multiuser Databases
Modeling Data in the Organization
Object-Oriented Data Modeling
Object-Oriented Database
ODBC, OLE DB, ADO, and ASP
Physical Database Design
SQL for Database Construction
SQL Server 2000
The Client-Server Database
The Database Development Process
The Database Environment
The Internet Database Environment
The Relational Model and Normalization
XML and ADO.NET