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
‣
Physical Database Design
Comments
Question
A rule of thumb for choosing indexes for a relational database includes which of the following?
Options
A. Indexes are more useful on smaller tables.
B. Indexes are more useful for columns that do not appear frequently in the WHERE clause in queries.
C. Do not specify a unique index for the primary key of each table.
D. Be careful indexing attributes that have null values.
Correct Answer
Be careful indexing attributes that have null values.
Physical Database Design problems
Search Results
1. The fastest read/write time and most efficient data storage of any disk array type is:
Options
A. RAID-0.
B. RAID-1.
C. RAID-2.
D. RAID-3.
Show Answer
Scratch Pad
Discuss
Correct Answer: RAID-0.
2. Which of the following are integrity controls that a DBMS may support?
Options
A. Assume a default value in a field unless a user enters a value for that field.
B. Limit the set of permissible values that a field may assume.
C. Limit the use of null values in some fields.
D. All of the above.
Show Answer
Scratch Pad
Discuss
Correct Answer: All of the above.
3. What is the best data type definition for Oracle when a field is alphanumeric and has a fixed length?
Options
A. VARCHAR2
B. CHAR
C. LONG
D. NUMBER
Show Answer
Scratch Pad
Discuss
Correct Answer: CHAR
4. If a denormalization situation exists with a many-to-many or associative binary relationship, which of the following is true?
Options
A. All fields are stored in one relation.
B. All fields are stored in two relations.
C. All fields are stored in three relations.
D. All fields are stored in four relations.
Show Answer
Scratch Pad
Discuss
Correct Answer: All fields are stored in two relations.
5. Which of the following improves a query's processing time?
Options
A. Write complex queries.
B. Combine a table with itself.
C. Query one query within another.
D. Use compatible data types.
Show Answer
Scratch Pad
Discuss
Correct Answer: Use compatible data types.
6. What is the best data type definition for Oracle when a field is alphanumeric and has a length that can vary?
Options
A. VARCHAR2
B. CHAR
C. LONG
D. NUMBER
Show Answer
Scratch Pad
Discuss
Correct Answer: VARCHAR2
7. Sequential retrieval on a primary key for sequential file storage has which of the following features?
Options
A. Very fast
B. Moderately fast
C. Slow
D. Impractical
Show Answer
Scratch Pad
Discuss
Correct Answer: Very fast
8. A multidimensional database model is used most often in which of the following models?
Options
A. Data warehouse
B. Relational
C. Hierarchical
D. Network
Show Answer
Scratch Pad
Discuss
Correct Answer: Data warehouse
9. Which of the following is an advantage of partitioning?
Options
A. Complexity
B. Inconsistent access speed
C. Extra space
D. Security
Show Answer
Scratch Pad
Discuss
Correct Answer: Security
10. A benefit of the three-tier architecture is which of the following?
Options
A. New modules can be built to support specific business needs
B. Performance improves for compiled SQL statements
C. Results in a thinner client and database server
D. All of the above.
Show Answer
Scratch Pad
Discuss
Correct Answer: New modules can be built to support specific business needs
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