Computer Science, asked by saketh4394, 10 months ago

What give you more flexibility and control when changing data, and they ensure data consistency in the event of user process failure or system failure.

Answers

Answered by gopal5547
0

Explanation:

1.Reverse Engineering is the process of creating a conceptual or logical model by extracting the information from an existing data source.

Mark for Review

(1) Points

True (*)

False

Correct

2.A column or set of columns that uniquely identifies each row in a table.

Mark for Review

(1) Points

Foreign Key

Database Key

Primary Key (*)

Correct

3.A Supertype can have only one subtype. True or False?

Mark for Review

(1) Points

True

False (*)

Correct

4.A relationship that participates in an entity’s unique identifier is called a Hierarchical Relationship.

Mark for Review

(1) Points

True

False (*)

Correct

Section 5

(Answer all questions in this section)

5.A column or combination of columns in one table that refers to a primary key in the same or another table.

Mark for Review

(1) Points

Candidate Key

Primary Key

Foreign Key (*)

Super Key

Correct

6.An Entity Relationship model does not highlight the physical and database constraints. It is essential to transform the ER model into a relational model which can serve as the basis for defining the physical implementation of the database.

Mark for Review

(1) Points

True (*)

False

Correct

7.When an exclusive relationship is engineered to a Relational model, a foreign key column is created for each relationship included in the arc.

Mark for Review

(1) Points

True (*)

False

Correct

8.When two attributes in the same entity relate to the same unique identifier attribute then you can fold the keys into one column in the Relational model during engineering.

Mark for Review

(1) Points

True (*)

False

Correct

9.A primary unique identifier in an entity is transformed to a Unique Key in a table.

Mark for Review

(1) Points

True

False (*)

Correct

10.For a mandatory 1:1 relationship, the foreign key will be placed on the mandatory side of the table and will use the NOT NULL constraint to enforce the mandatory condition.

Mark for Review

(1) Points

True (*)

False

Correct

11.You can specify multiple columns after the DISTINCT qualifier.

Mark for Review

(1) Points

True (*)

False

Correct

12.To eliminate duplicate rows in the result, include the DISTINCT keyword in the SELECT clause.

Mark for Review

(1) Points

True (*)

False

Correct

Similar questions