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
‣
The Relational Model and Normalization
Comments
Question
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.
Correct Answer
column of a table.
The Relational Model and Normalization problems
Search Results
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. Which of the following is a group of one or more attributes that uniquely identifies a row?
Options
A. Key
B. Determinant
C. Tuple
D. Relation
Show Answer
Scratch Pad
Discuss
Correct Answer: Key
3. 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.
4. A tuple 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: row of a table.
5. If attribute A determines both attributes B and C, then it is also true that:
Options
A. A ? B.
B. B ? A.
C. C ? A.
D. (B,C) ? A.
Show Answer
Scratch Pad
Discuss
Correct Answer: A ? B.
6. 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.
7. 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.
8. 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.
9. Table is synonymous with the term:
Options
A. record.
B. relation.
C. column.
D. field.
Show Answer
Scratch Pad
Discuss
Correct Answer: relation.
10. 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.
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