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
Physical Database Design problems
1. 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.
Show Answer
Scratch Pad
Discuss
Correct Answer: Be careful indexing attributes that have null values.
2. 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
3. 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
4. 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
5. 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
6. In general, larger block sizes are used for online transaction processing applications and smaller block sizes are used for databases with a decision support or data warehousing system.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: False
7. The three newest database architectures in use today are relational, multidimensional and hierarchical.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: False
8. A bitmap index is an index on columns from two or more tables that come from the same domain of values.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: False
9. Hashing algorithm converts a primary key value into a record address.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: True
10. Some advantages of partitioning include: efficiency, security, and load balancing.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: True
First
2
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