CuriousTab
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 Clerk
Bank PO
Database Administrator
IT Trainer
Network Engineer
Project Manager
Software Architect
Discussion
Home
‣
Database
‣
The Relational Model and Normalization
See What Others Are Saying!
Question
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.
Correct Answer
A ? B.
More questions
1. An advantage of the database approach is the creation of maximum data redundancy.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: False
2. When mapping a regular entity into a relation which of the following is true?
Options
A. One relation is created.
B. Two relations are created.
C. Three relations are created.
D. Four relations are created.
Show Answer
Scratch Pad
Discuss
Correct Answer: One relation is created.
3. A pointer is a detailed coding scheme recognized by system software for representing organizational data.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: False
4. Fact tables are which of the following?
Options
A. Completely denoralized
B. Partially denoralized
C. Completely normalized
D. Partially normalized
Show Answer
Scratch Pad
Discuss
Correct Answer: Completely normalized
5. What SQL structure is used to limit column values of a table?
Options
A. The LIMIT constraint
B. The CHECK constraint
C. The VALUE constraint
D. None of the above is correct.
Show Answer
Scratch Pad
Discuss
Correct Answer: The CHECK constraint
6. Which of the following is a way to create and modify tables using SQL Server?
Options
A. Write SQL code using either CREATE or ALTER SQL statements only.
B. Use the graphical facilities of SQL Server Enterprise Manager only.
C. Both of the two methods above will work.
D. Neither of the two methods above will work.
Show Answer
Scratch Pad
Discuss
Correct Answer: Both of the two methods above will work.
7. For a number of reasons, normalizations is not often an advantage for a(n) ________ database.
Options
A. read-only
B. updateable
C. either a read-only or an updateable
D. None of the above is correct.
Show Answer
Scratch Pad
Discuss
Correct Answer: read-only
8. JDBC Type 1 drivers are JDBC-ODBC bridge drivers.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: True
9. Multivalued dependencies create harmless anomalies that should be noted, but do not always need to be eliminated.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: False
10. To update an SQL view, the DBMS must be able to associate the column(s) to be updated with:
Options
A. a particular column in a particular underlying table.
B. a particular column in a particular row.
C. a particular row in a particular underlying table.
D. None of the above is correct.
Show Answer
Scratch Pad
Discuss
Correct Answer: a particular row in a particular underlying table.
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