adplus-dvertising
frame-decoration

Question

What does the BCNF decomposition algorithm do?

a.

States a method to decompose a relation satisfying BCNF

b.

States a method for joining two relations satisfying BCNF

c.

States a method to decompose a relational schema such that there are no multiple occurrences

d.

None of the mentioned

Posted under RDBMS DBMS

Answer: (a).States a method to decompose a relation satisfying BCNF

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What does the BCNF decomposition algorithm do?

Similar Questions

Discover Related MCQs

Q. The 3NF decomposition algorithm is also called as _______

Q. Which of the following is desirable in a database design with functional dependencies?

Q. Which of the following is not a process of generating a good relational schema?

Q. What is unique role assumption?

Q. The process of making a normalized schema unnormalized is called as _________

Q. State true or false: Crosstabs are not desirable in a database design

Q. The data that have a time interval associated with them during which they are valid are called as ________

Q. The value of the data at a particular time is called as?

Q. Functional dependencies that have a time associated with them during which they are valid are called as________

Q. State true or false: Overlapping time intervals cannot be prevented

Q. Which of the following is the time of temporal data that record when a fact was recorded in a database?

Q. To specify the foreign keys in relations referencing temporal data we need to specify _______

Q. A relational database consists of a collection of

Q. A ________ in a table represents a relationship among a set of values.

Q. The term _______ is used to refer to a row.

Q. The term attribute refers to a ___________ of a table.

Q. For each attribute of a relation, there is a set of permitted values, called the ________ of that attribute.

Q. Database __________ which is the logical design of the database, and the database _______ which is a snapshot of the data in the database at a given instant in time.

Q. Course(course_id,sec_id,semester)
Here the course_id,sec_id and semester are __________ and course is a _________

Q. Department (dept name, building, budget) and Employee (employee_id , name, dept name,salary)
Here the dept_name attribute appears in both the relations .Here using common attributes in relation schema is one way of relating ___________ relations.