0% found this document useful (0 votes)
194 views1 page

Normalization - Oracle Database Questions and Answers - Sanfoundry

Uploaded by

Yohannes Ayal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
194 views1 page

Normalization - Oracle Database Questions and Answers - Sanfoundry

Uploaded by

Yohannes Ayal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Home Branchwise MCQs  School MCQs  Rank  Contests  Internship Training

1000 Oracle Database


MCQs Oracle Database Questions and Answers – Normalization
Ad
This set of Oracle Database Multiple Choice Questions & Answers (MCQs) focuses on “Normalization”.

1. A table is in BCNF if it is in 3NF and if every determinant is a ___________ key.


a) Dependent
b) Normal
c) Candidate
d) Both Normal and Candidate
Practice Exams - 100% Free ISACA Exam Dumps
View Answer
Oracle Database 11g
Architecture Options examlabs.com/Isaca/Exa... Visit Site
Answer: c
Oracle DB 11g Architecture Explanation: A table is in Boyce-Codd normal form (BCNF) if and only if it is in 3NF and every determinant is a candidate key.
Work-From-Home Internships
Databases & Instances
2. The ___________ normalization introduced by Chris Date, Hugh Darwen, and Nikos Lorentzos. Data-Entry Internship
Data Storing & Guarding a) Third
1-Day Campus Ambassador
b) Fourth
Programmatic Structure c) Fifth Content Developer - Technical
d) Sixth
Installing Oracle Database
Content Writer - General
View Answer
Planning Oracle
Programming Internship
Applications
Answer: d
Digital Marketing Internship
Approaches & Risks Explanation: Chris Date, Hugh Darwen, and Nikos Lorentzos introduced Sixth Normal form (6NF).

Atomic Data Models Instant Download Exam Files - Updated ISACA


3. A table is in 3NF if it is in 2NF and if it has no ____________
Questions OPEN 
Data Entry & Reporting a) Functional Dependencies 100% Free Real Updated ISACA Questions & Answers. Pass Your Exam Easily. examlabs.com

Normalization
b) Transitive Dependencies
c) Trivial Functional Dependency ISACA Exam
Foreign & Unique Keys d) Multivalued Dependencies

View Answer
Testing
Attribute, Tuple & Entity
Engine
SQL Basics Answer: b
examlabs.com
Explanation: For a relation to be in Third Normal Form, it must be in Second Normal form and the following must satisfy:No non-prime
Structured Query Language attribute is transitively dependent on prime key attribute For any non-trivial functional dependency, X -> A, then eitherX is a superkey or,A is
prime attribute. Veri ed By ISACA
DDL command
Experts
DML command 4. Every constraint on the table is a logical consequence of the table’s Free ISACA Exam Files
DCL & TCL command a) Fourth normal form Downloaded Instantly.
b) Fifth normal form
Veri ed & Correct
Best Reference Books c) Domain/key normal form
Answers By IT Experts.
d) None of the Mentioned

View Answer

Answer: c
Explanation: A relation is in domain-key normal form (DK/NF) if every constraint on the relation is a logical consequence of the de nition of OPEN
keys and domains.

5. A ___________ is an indirect functional dependency, one in which X->Z only by virtue of X->Y and Y->Z.
a) Multivalued Dependencies
b) Join Dependency Evergreen Careers
c) Trivial Functional Dependency
Developer Tracks
d) Transitive Dependencies
Linux Kernel Developer
View Answer
Linux Driver Developer
Answer: d
Explanation: Third Normal Form deals with something called ‘transitive’ dependencies. This means if we have a primary key A and a non-key Linux Network Developer
domain B and C where C is more dependent on B than A and B is directly dependent on A, then C can be considered transitively dependent
SAN Developer
on A.

advertisement

2 Free Demo sessions


Selenium Online Training
7 Live projects covered - WebDriver, grid, jenkins, maven, git, testng, frameworks etc

way2automation.com OPEN

6. In a given relationship R, if an attribute A uniquely de nes all other attributes, then the attribute A is a key attribute which is also known as
the _________ key.
a) Candidate
b) Join
c) Functional
d) None of the Mentioned

View Answer

Answer: a
Explanation: A candidate key is a column, or set of columns, in a table that can uniquely identify any database record without referring to
any other data. Each table may have one or more candidate keys.

7. Anomalies are avoided by splitting the o ending relation into multiple relations, is also known as
a) Accupressure
b) Decomposition
c) Precomposition
d) Both Decomposition and Precomposition

View Answer

Answer: b
Explanation: Eliminate redundancy by decomposing a relation into several relations in a higher normal form.

8. 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:
a) A -> B
b) A -> C
c) A -> (B,C)
d) (B,C) -> A

View Answer

Answer: a
Explanation: Transitivity rule: Same as transitive rule in algebra, if a -> b holds and b -> c holds then a -> c also hold. a -> b is called as a
functionally determines b.

9. 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):
a) Transitive Dependency
b) Insertion Anomaly
c) Referential Integrity Constraint
d) Normal Form

View Answer

Answer: c
Explanation: Referential Integrity is set of constraints applied to foreign key which prevents entering a row in child table for which you don’t
have any corresponding row in parent table i.e. entering NULL or invalid foreign keys.

10. Which of the following is not a restriction for a table to be a relation?


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

View Answer

Answer: c
Explanation: To format the columns di erently, assign a unique alias to each column within the SELECT command itself (do not use the
ALIAS clause of the COLUMN command) and enter a COLUMN command for each column’s alias.

Sanfoundry Global Education & Learning Series – Oracle Database.

To practice all areas of Oracle Database, here is complete set of 1000+ Multiple Choice Questions and Answers.

Participate in the Sanfoundry Certi cation contest to get free Certi cate of Merit. Join our social networks below and stay updated with latest
contests, videos, internships and jobs!

Youtube | LinkedIn | Instagram | Facebook | Twitter | Pinterest

« Prev - Oracle Database Questions and Answers – Data Entry, Query and Reporting
» Next - Oracle Database Questions and Answers – Foreign, Candidate, Primary, Composite, Unique Keys

Recommended Posts:
1. SQL Server Questions and Answers
2. Java Programming Examples on Utility Classes
3. Python Programming Examples on Graphs
4. Engineering Chemistry I Questions and Answers
5. Strength of Materials Questions and Answers
6. C# Programming Examples on Functions
7. Bangalore Training – SAN, C, Linux Kernel and Device Drivers Training
8. Bioinformatics Questions and Answers
9. Engineering Physics I Questions and Answers
10. Information Science Questions and Answers
11. Information Technology Questions and Answers
12. Programming Questions and Answers
13. Electric Circuits Questions and Answers
14. C Programming Examples on Matrix
15. JUnit Questions and Answers
16. Recruitment Support Service – Employers
17. MySQL Database Questions and Answers
18. RDBMS Questions and Answers
19. Database Management System Questions and Answers
20. Oracle Database Questions and Answers – Data Entry, Query and Reporting

Manish Bhojasia, a technology veteran with 20+ years @ Cisco & Wipro, is Founder and CTO at Sanfoundry. He is Linux
Kernel Developer & SAN Architect and is passionate about competency developments in these areas. He lives in
Bangalore and delivers focused training sessions to IT professionals in Linux Kernel, Linux Debugging, Linux Device
Drivers, Linux Networking, Linux Storage, Advanced C Programming, SAN Storage Technologies, SCSI Internals &
Storage Protocols such as iSCSI & Fiber Channel. Stay connected with him @ LinkedIn | Instagram | Facebook | Twitter

Subscribe Sanfoundry Newsletter and Posts

Name*

Email*

Subscribe

About | Certi cations | Internships | Jobs | Privacy Policy | Terms | Copyright | Contact

     

© 2011-2021 Sanfoundry. All Rights Reserved.

You might also like