CuriousTab
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 Clerk
Bank PO
Database Administrator
IT Trainer
Network Engineer
Project Manager
Software Architect
Discussion
Home
‣
Database
‣
Managing Databases with Oracle
See What Others Are Saying!
Question
You can check on the status of tables with the DESCRIBE or DESC command.
Options
A. True
B. False
Correct Answer
True
More questions
1. Which of the following is true concerning triggers?
Options
A. You do not create them with SQL.
B. They execute against only some applications that access a database.
C. They have an event, condition, and action.
D. They cannot cascade (cause another trigger to fire).
Show Answer
Scratch Pad
Discuss
Correct Answer: They have an event, condition, and action.
2. Which of the following is NOT a basic element of all versions of the E-R model?
Options
A. Entities
B. Attributes
C. Relationships
D. Primary keys
Show Answer
Scratch Pad
Discuss
Correct Answer: Primary keys
3. A foreign key is:
Options
A. a column containing the primary key of another table.
B. used to define data types.
C. used to define null status.
D. all of the above are above correct.
Show Answer
Scratch Pad
Discuss
Correct Answer: a column containing the primary key of another table.
4. The advantage of optimistic locking is that:
Options
A. the lock is obtained only after the transaction has processed.
B. the lock is obtained before the transaction has processed.
C. the lock never needs to be obtained.
D. transactions that are best suited are those with a lot of activity.
Show Answer
Scratch Pad
Discuss
Correct Answer: the lock is obtained only after the transaction has processed.
5. Legacy data is which of the following?
Options
A. Data contained in a newly-installed system
B. Data rejected during the installation of a new system
C. Data contained in a file system
D. Data contained by a system used prior to the installation of a new system
Show Answer
Scratch Pad
Discuss
Correct Answer: Data contained by a system used prior to the installation of a new system
6. With this type of index, the bottom level of an index does not contain data, but rather it contains pointers to data.
Options
A. Nonclustered
B. Clustered
C. Primary
D. Secondary
Show Answer
Scratch Pad
Discuss
Correct Answer: Nonclustered
7. Which of the following statements is not true about XML Schemas:
Options
A. They are used to define the content and structure of data.
B. They define a set of symbols and the relationships of those symbols.
C. They are themselves XML documents.
D. They have their own syntax.
Show Answer
Scratch Pad
Discuss
Correct Answer: They have their own syntax.
8. Dirty read, nonrepeatable, and phantom reads are not possible in this instance.
Options
A. Read committed
B. Read uncommitted
C. Repeatable read
D. Serializable
Show Answer
Scratch Pad
Discuss
Correct Answer: Serializable
9. Every time attribute A appears, it is matched with the same value of attribute B, but not the same value of attribute C. Therefore, it is true that:
Options
A. A ? B.
B. A ? C.
C. A ? (B,C).
D. (B,C) ? A.
Show Answer
Scratch Pad
Discuss
Correct Answer: A ? B.
10. A SELECT statement within another SELECT statement and enclosed in square brackets ([...]) is called a subquery.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: False
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