adplus-dvertising
frame-decoration

Question

The normalization form which is based on the transitive dependency is classified as

a.

first normal form

b.

second normal form

c.

fourth normal form

d.

third normal form

Posted under Normalization DBMS

Answer: (d).third normal form

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. The normalization form which is based on the transitive dependency is classified as

Similar Questions

Discover Related MCQs

Q. Considering the functional dependency, the one in which removal from some attributes must affect dependency is called

Q. The normal form which only includes indivisible values or single atomic values is classified as

Q. The concept in normalization of relations which is based on the full functional dependency is classified as

Q. In the tuples, the interpretation of the values of the attribute is considered as

Q. The rule which states that set of attributes determines any of its subset is classified as

Q. The rule that always generate true dependencies is called

Q. In the __________ normal form, a composite attribute is converted to individual attributes.

Q. A table on the many side of a one to many or many to many relationship must:

Q. Tables in second normal form (2NF):

Q. Which-one ofthe following statements about normal forms is FALSE?

Q. Functional Dependencies are the types of constraints that are based on______

Q. Which is a bottom-up approach to database design that design by examining the relationship between attributes:

Q. Which forms simplifies and ensures that there is minimal data aggregates and repetitive groups:

Q. Which forms has a relation that possesses data about an individual entity:

Q. Which forms are based on the concept of functional dependency:

Q. Empdt1(empcode, name, street, city, state,pincode).

For any pincode, there is only one city and state. Also, for given street, city and state, there is just one pincode. In normalization terms, empdt1 is a relation in

Q. We can use the following three rules to find logically implied functional dependencies. This collection of rules is called

Q. Which of the following is not a Armstrong’s Axiom ?

Q. The relation employee(ID,name,street,Credit,street,city,salary) is decomposed into

employee1 (ID, name)
employee2 (name, street, city, salary)

This type of decomposition is called

Q. Inst_dept (ID, name, salary, dept name, building, budget) is decomposed into

instructor (ID, name, dept name, salary)
department (dept name, building, budget)

This comes under