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
The blocking factor is:
Options
A. a group of fields stored in adjacent memory.
B. the number of physical records per page.
C. attributes grouped together by the same primary key.
D. attributes grouped together by the same secondary key.
Correct Answer
the number of physical records per page.
Physical Database Design problems
Search Results
1. Selecting a data type involves which of the following?
Options
A. Maximize storage space
B. Represent most values
C. Improve data integrity
D. All of the above.
Show Answer
Scratch Pad
Discuss
Correct Answer: Improve data integrity
2. A secondary key is which of the following?
Options
A. Nonunique key
B. Primary key
C. Useful for denormalization decisions
D. Determines the tablespace required
Show Answer
Scratch Pad
Discuss
Correct Answer: Nonunique key
3. Which of the following statements concerning business rules is true?
Options
A. It should be complex.
B. It should not be convertible to computer code.
C. It may include restrictions.
D. All of the above.
Show Answer
Scratch Pad
Discuss
Correct Answer: It may include restrictions.
4. Specialization is which of the following processes?
Options
A. Defining one or more subtypes of the supertype and forming supertype/subtype relationships.
B. Defining one or more supertypes of the subtype and forming supertype/subtype relationships.
C. Defining one or more subtypes of the supertype and not forming supertype/subtype relationships.
D. Defining one or more supertypes of the subtype and not forming supertype/subtype relationships.
Show Answer
Scratch Pad
Discuss
Correct Answer: Defining one or more subtypes of the supertype and forming supertype/subtype relationships.
5. A rectangle represents which of the following in an EER?
Options
A. Attribute
B. Entity
C. Optional One
D. Relationship
Show Answer
Scratch Pad
Discuss
Correct Answer: Entity
6. Which of the following is not a factor to consider when switching from small to large block size?
Options
A. The length of all of the fields in a table row.
B. The number of columns
C. Block contention
D. Random row access speed
Show Answer
Scratch Pad
Discuss
Correct Answer: The number of columns
7. If a denormalization situation exists with a one-to-one 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 one relation.
8. 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.
9. 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.
10. 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
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