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
The Relational Model and Normalization problems
1. A key:
Options
A. must always be composed of two or more columns.
B. can only be one column.
C. identifies a row.
D. identifies a column.
Show Answer
Scratch Pad
Discuss
Correct Answer: identifies a row.
2. An attribute is a(n):
Options
A. column of a table.
B. two dimensional table.
C. row of a table.
D. key of a table.
Show Answer
Scratch Pad
Discuss
Correct Answer: column of a table.
3. If attributes A and B determine attribute C, then it is also true that:
Options
A. A ? C.
B. B ? C.
C. (A,B) is a composite determinant.
D. C is a determinant.
Show Answer
Scratch Pad
Discuss
Correct Answer: (A,B) is a composite determinant.
4. The primary key is selected from the:
Options
A. composite keys.
B. determinants.
C. candidate keys.
D. foreign keys.
Show Answer
Scratch Pad
Discuss
Correct Answer: candidate keys.
5. In the relational model, relationships between relations or tables are created by using:
Options
A. composite keys.
B. determinants.
C. candidate keys.
D. foreign keys.
Show Answer
Scratch Pad
Discuss
Correct Answer: foreign keys.
6. Table is synonymous with the term:
Options
A. record.
B. relation.
C. column.
D. field.
Show Answer
Scratch Pad
Discuss
Correct Answer: relation.
7. For some relations, changing the data can have undesirable consequences called:
Options
A. referential integrity constraints.
B. modification anomalies.
C. normal forms.
D. transitive dependencies.
Show Answer
Scratch Pad
Discuss
Correct Answer: modification anomalies.
8. Which of the following is not a restriction for a table to be a relation?
Options
A. The cells of the table must contain a single value.
B. All of the entries in any column must be of the same kind.
C. The columns must be ordered.
D. No two rows in a table may be identical.
Show Answer
Scratch Pad
Discuss
Correct Answer: The columns must be ordered.
9. A functional dependency is a relationship between or among:
Options
A. tables.
B. rows.
C. relations.
D. attributes.
Show Answer
Scratch Pad
Discuss
Correct Answer: attributes.
10. When the values in one or more attributes being used as a foreign key must exist in another set of one or more attributes in another table, we have created a(n):
Options
A. transitive dependency.
B. insertion anomaly.
C. referential integrity constraint.
D. normal form.
Show Answer
Scratch Pad
Discuss
Correct Answer: referential integrity constraint.
First
2
3
4
5
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