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
‣
Database Design Using Normalization
See What Others Are Saying!
Question
When assessing the table structure of an acquired set of tables with data, determining primary keys is (part of) the:
Options
A. first step.
B. second step.
C. third step.
D. fourth step.
Correct Answer
second step.
More questions
1. A heterogeneous distributed database is which of the following?
Options
A. The same DBMS is used at each location and data are not distributed across all nodes.
B. The same DBMS is used at each location and data are distributed across all nodes.
C. A different DBMS is used at each location and data are not distributed across all nodes.
D. A different DBMS is used at each location and data are distributed across all nodes.
Show Answer
Scratch Pad
Discuss
Correct Answer: A different DBMS is used at each location and data are distributed across all nodes.
2. Which SQL-92 standard SQL command can be used to change a table name?
Options
A. RENAME TABLE
B. CHANGE TABLE
C. ALTER TABLE
D. None of the above is correct.
Show Answer
Scratch Pad
Discuss
Correct Answer: None of the above is correct.
3. The rows of the result relation produced by a SELECT statement can be sorted, but only by one column.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: False
4. Market basket analysis primarily uses the technique of conditional probabilities.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: False
5. A stored procedure is a program that performs some common action on database data and is stored in the database.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: True
6. If an entity adheres to the disjoint rule, then an entity instance can be a member of more than one entity for a given supertype.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: False
7. Which of the following columns is(are) are required in a table?
Options
A. A foreign key
B. An alternate key
C. A primary key
D. A surrogate key.
Show Answer
Scratch Pad
Discuss
Correct Answer: A primary key
8. Packaged data models are meant to be exactly right straight out of the box.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: False
9. If a relationship has a cascade updates constraint, then if ________ in the parent table is changed, then the same change will automatically be made to any corresponding foreign key value.
Options
A. the primary key
B. any alternate key
C. a surrogate key
D. a foreign key
Show Answer
Scratch Pad
Discuss
Correct Answer: the primary key
10. Multiple inheritance allows a class to inherit features from more than one superclass.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: True
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