Which of the following indicates the maximum number of entities can be involved in a relationship?

This set of Database online test focuses on “Entity-Relationship Design Issues”.

1. Let us consider phone_number ,which can take single or several values . Treating phone_numberas an _________ permits instructors to have several phone numbers (including zero) associated with them.
a) Entity
b) Attribute
c) Relation
d) Value
View Answer

Answer: a
Explanation: Treating a phone as an attribute phone_number implies that instructors have precisely one phone number each.

2. The total participation by entities is represented in E-R diagram as
a) Dashed line
b) Double line
c) Double rectangle
d) Circle
View Answer

Answer: b
Explanation: It is used to represent the relation between several attributes.

3. Given the basic ER and relational models, which of the following is INCORRECT?
a) An attribute of an entity can have more than one value
b) An attribute of an entity can be composite
c) In a row of a relational table, an attribute can have more than one value
d) In a row of a relational table, an attribute can have exactly one value or a NULL value
View Answer

Answer: c
Explanation: It is possible to have several values for a single attribute provide it is a multi-valued attribute.

4. Which of the following indicates the maximum number of entities that can be involved in a relationship?
a) Minimum cardinality
b) Maximum cardinality
c) ERD
d) Greater Entity Count
View Answer

Answer: b
Explanation: In SQL (Structured Query Language), the term cardinality refers to the uniqueness of data values contained in a particular column (attribute) of a database table.

5. In E-R diagram generalization is represented by
a) Ellipse
b) Dashed ellipse
c) Rectangle
d) Triangle
View Answer

Answer: d
Explanation: Ellipse represents attributes, rectangle represents entity.

6. What is a relationship called when it is maintained between two entities?
a) Unary
b) Binary
c) Ternary
d) Quaternary
View Answer

Answer: b
Explanation: Binary word usually represents two attributes.

7. Which of the following is a low level operator?
a) Insert
b) Update
c) Delete
d) Directory
View Answer

Answer: d
Explanation: Directory is a low level to word on in file system.

8. Key to represent relationship between tables is called
a) Primary key
b) Secondary Key
c) Foreign Key
d) None of the mentioned
View Answer

Answer: c
Explanation: Primary key of one relation used as an attribute in another relation is called foreign key.

9. A window into a portion of a database is
a) Schema
b) View
c) Query
d) Data dictionary
View Answer

Answer: b
Explanation: View is a logical portion of a database which is needed by some users.

10. A primary key is combined with a foreign key creates
a) Parent-Child relation ship between the tables that connect them
b) Many to many relationship between the tables that connect them
c) Network model between the tables that connect them
d) None of the mentioned
View Answer

Answer: a
Explanation: Using the two relationships mother and father provides us a record of a child’s mother, even if we are not aware of the father’s identity; a null value would be required if the ternary relationship parent is used. Using binary relationship sets is preferable in this case.

Sanfoundry Global Education & Learning Series – Database Management System.

Next Steps:

  • Get Free Certificate of Merit in Database Management System
  • Participate in Database Management System Certification Contest
  • Become a Top Ranker in Database Management System
  • Take Database Management System Tests
  • Chapterwise Practice Tests: Chapter 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
  • Chapterwise Mock Tests: Chapter 1, 2, 3, 4, 5, 6, 7, 8, 9, 10

Which of the following indicates the maximum number of entities can be involved in a relationship?

Manish Bhojasia, a technology veteran with 20+ years @ Cisco & Wipro, is Founder and CTO at Sanfoundry. He lives in Bangalore, and focuses on development of Linux Kernel, SAN Technologies, Advanced C, Data Structures & Alogrithms. Stay connected with him at LinkedIn.

Subscribe to his free Masterclasses at Youtube & technical discussions at Telegram SanfoundryClasses.

Use the equation x + x + 2 = 2x to complete parts (a) through (c). a. Build the equation on your Equation Mat and simplify it as much as possible. Record your steps and what you see when you have simplified the equation fully. Draw a picture of your final mat. b. Have each member of your team test a different value for x in the equation, such as x = 0, x = 1, x = -5, x = 10, etc. What happens? Is there a pattern to the results you get from the equation? c. Did you find any values for x that satisfied the equation in part (a)? When there is an imbalance of units left on the mat (such as 2 = 0), what does this mean? Is x = 0 a solution to the equation?

Which of the following indicates the maximum number of entities that can be involved in a relationship options?

4. Which of the following indicates the maximum number of entities that can be involved in a relationship? Explanation: In SQL (Structured Query Language), the term cardinality refers to the uniqueness of data values contained in a particular column (attribute) of a database table.

What is the term for the maximum number of entities that can participate in a relationship?

These are called cardinality ratios. These represent the maximum number of entities that can be associated with each other through relationship, R. Types of Cardinality : There can be 4 types of cardinality –

What is the maximum number of entities?

There actually could be 1000 entities, since each possible (A,C) pair (of which there are 1000) could appear in the set each with a different B (of which there are 10000) without violating the cardinality constraints. So the maximum number of entities is not smaller than 1000.

Which of the following indicates the minimum number of entities that can be involved in a relationship?

Minimum cardinality: minimum number of entity instances that must participate in a relationship.