Section 3 Oracle Acad

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By G.iirina
G
G.iirina
Community Contributor
Quizzes Created: 4 | Total Attempts: 9,043
| Attempts: 2,956 | Questions: 30
Please wait...
Question 1 / 30
0 %
0/100
Score 0/100
1. If Audit trail attributes are added to an entity, they must be in the entities they are auditing.

Explanation

If Audit trail attributes are added to an entity, it means that the entity will keep a record of any changes made to its data. In order for this audit trail to be effective, the attributes must be present within the entity itself. This allows the entity to capture and store the necessary information about any modifications or actions taken on its data. Therefore, the statement that Audit trail attributes must be in the entities they are auditing is true.

Submit
Please wait...
About This Quiz
Section 3 Oracle Acad - Quiz

This quiz in Section 3 of Oracle Acad explores key concepts of database design, including data modeling and business rules. It assesses understanding of procedural and structural rules,... see morethe enforcement of business policies, and the significance of data models and ERDs. see less

2. A new system would have a mixture of both Procedural and Structural Business Rules as part of the documentation of that new system.

Explanation

The statement is true because when designing a new system, it is common to have a combination of both procedural and structural business rules documented. Procedural rules define the specific steps or actions that need to be followed in order to achieve a certain outcome, while structural rules define the relationships and constraints between different components of the system. Both types of rules are important in ensuring that the system functions correctly and meets the desired objectives.

Submit
3. A table is in 3NF if it has met all database requirements for both 1NF and 2NF and transitive dependencies are eliminated.

Explanation

A table is considered to be in the third normal form (3NF) if it satisfies the requirements of both the first normal form (1NF) and the second normal form (2NF), and if it also eliminates any transitive dependencies. Transitive dependencies occur when a non-key attribute is functionally dependent on another non-key attribute, which is itself dependent on the primary key. By eliminating these transitive dependencies, the table becomes more efficient and easier to maintain. Therefore, the statement "True" is the correct answer.

Submit
4. To identify an attribute as part of a unique identifier on an ER diagram, the # symbol goes in front of it.

Explanation

In ER diagrams, a unique identifier is a set of one or more attributes that uniquely identifies an entity. To indicate that an attribute is part of the unique identifier, the "#" symbol is placed in front of it. Therefore, the correct answer is true.

Submit
5. An arc can also be modeled as Supertype and Subtypes.

Explanation

An arc can be modeled as a supertype and subtypes because it can have different variations or types within the overarching category of an arc. For example, an arc can be a circular arc, a parabolic arc, or a hyperbolic arc, each with its own distinct characteristics and properties. By modeling an arc as a supertype and subtypes, it allows for more flexibility and specificity in representing different types of arcs within a system or model.

Submit
6. Data models are drawn to show users the actual Data that their new system will contain; only Data listed on the Diagram can be entered into the Database.

Explanation

This statement is true because data models are visual representations of the data that will be stored in a database. They help users understand the structure and relationships of the data. The data listed on the diagram represents the actual data that can be entered into the database. Any data not listed on the diagram would not be included in the database.

Submit
7. Matrix Diagrams are used to verify that all relationships have been identified for an ERD.

Explanation

Matrix diagrams are indeed used to verify that all relationships have been identified for an Entity-Relationship Diagram (ERD). These diagrams provide a visual representation of the relationships between entities and help ensure that all entities are properly connected. By using matrix diagrams, designers can easily identify any missing or incorrect relationships in the ERD, allowing them to make necessary adjustments and ensure the accuracy and completeness of the diagram.

Submit
8. There is no limit to how many columns that can make up an entity's UID.

Explanation

An entity's UID (Unique Identifier) is a unique value that is used to identify that entity within a database or system. The statement suggests that there is no restriction on the number of columns that can be used to create an entity's UID. This means that the UID can be composed of one or more columns, depending on the requirements of the system. Therefore, the statement is true.

Submit
9. All instances of the supertype must be an instance of one of the subtypes.

Explanation

This statement is true because in object-oriented programming, a supertype represents a general category or class, while subtypes represent specific categories or classes that inherit or extend the supertype. In this context, the statement means that any instance of the supertype must also be an instance of one of its subtypes. This is because the subtypes inherit or extend the characteristics and behaviors of the supertype, so any instance of the supertype can be treated as an instance of one of its subtypes.

Submit
10. Matrix Diagrams are developed before the ERD.

Explanation

Matrix diagrams are typically developed before the Entity Relationship Diagram (ERD) in the context of data modeling. Matrix diagrams are used to identify and analyze relationships between different entities or attributes in a system. They help in understanding the structure and connections within the data. Once the matrix diagram is developed and relationships are defined, it becomes easier to create an ERD that represents the entities, attributes, and their relationships in a visual format. Therefore, it is logical to say that matrix diagrams are developed before the ERD.

Submit
11. Which symbol is used to show that a particular attribute is mandatory ?

Explanation

The symbol "*" is used to show that a particular attribute is mandatory. This symbol is commonly used in various contexts, such as in forms or databases, to indicate that a certain field or information must be filled or provided. It serves as a visual indicator to ensure that essential information is not overlooked or omitted.

Submit
12. A business rule such as "We only ship goods after customers have completely paid any outstanding balances on their account" is best enforced by:

Explanation

The best way to enforce the business rule of only shipping goods after customers have paid outstanding balances is to hire a programmer to create additional programming code. This code would verify that no goods are shipped until the account has been settled in full. This ensures that the rule is consistently followed and reduces the risk of errors or oversight in the shipping process.

Submit
13. The candidate UID that is chosen to identify an entity is called the Primary UID; other candidate UIDs are called Secondary UIDs.

Explanation

The explanation for the given correct answer is that the statement accurately describes the naming convention for UIDs. According to the statement, the candidate UID chosen to identify an entity is called the Primary UID, while other candidate UIDs are referred to as Secondary UIDs. This implies that there can be multiple UIDs for an entity, but only one of them is considered the primary identifier. Therefore, the answer "Yes, this is the way UID's are named" correctly reflects the information provided in the statement.

Submit
14. Which of the following would best be represented by an arc ?

Explanation

The given options consist of pairs of entities that can be represented by an arc. An arc is typically used to represent a relationship or connection between two entities. In this case, the best representation of an arc would be the DELIVERY ADDRESS (Home, Office) option. This represents the relationship between a delivery address and the locations of home and office. The other options do not involve a clear relationship that can be represented by an arc.

Submit
15. All entities must be given a new artificial UID.

Explanation

This statement is false because not all entities need to be given a new artificial UID. The use of artificial UIDs is a way to uniquely identify entities in a system, but it is not always necessary or applicable to all entities. Some entities may already have unique identifiers, such as natural UIDs or other existing identification systems, which can be used instead. Additionally, there may be cases where entities do not need to be uniquely identified at all. Therefore, it is not true that all entities must be given a new artificial UID.

Submit
16. No parts of an UID are mandatory.

Explanation

The statement "No parts of an UID are mandatory" is incorrect. UID stands for Unique Identification Number, which typically consists of multiple parts such as a prefix, a unique identifier, and a checksum. These parts are usually necessary to ensure the uniqueness and integrity of the UID. Therefore, the correct answer is False, as at least some parts of an UID are usually mandatory.

Submit
17. The "Other" subtype is mandatory.

Explanation

The statement is false because the "Other" subtype is not mandatory. This means that it is not required or obligatory to have the "Other" subtype.

Submit
18. Which of the following would be a logical constraint when modeling time for a City entity ?

Explanation

Cities may change their names and/or country association if the borders of a country change. This statement suggests that the name and country association of a city can be affected by changes in the borders of a country. This indicates that the modeling of time for a City entity should take into consideration the possibility of changes in the name and country association of a city, as these can impact the historical and geographical context of the city over time.

Submit
19. A non-transferable relationship means the detail can be changed to point to a new master.

Explanation

A non-transferable relationship means that the detail cannot be changed to point to a new master. Therefore, the correct answer is False.

Submit
20. Which of the following would be good as a Unique Identifier for its Entity ?

Explanation

A unique identifier is a value that uniquely identifies each record in a database. In this case, a Personal Identification Number (PIN) for a person, a Vehicle Registration Number for a car, and an ISBN Number for a book can all serve as good unique identifiers for their respective entities. These identifiers are specific to each individual person, car, and book, ensuring that no two entities have the same identifier. Therefore, they can be used to uniquely identify and distinguish each record in their respective databases.

Submit
21. Relationship Names are optional.

Explanation

The statement "Relationship Names are optional" is false. In a database, relationship names are not optional. A relationship name is a way to identify and describe the connection between two entities in a database. It provides clarity and helps in understanding the purpose and meaning of the relationship. Without relationship names, it would be difficult to interpret and work with the database effectively. Therefore, relationship names are necessary and not optional in a database.

Submit
22. Data modeling is performed for the following reasons:

Explanation

Data modeling is performed for the following reasons: It helps discussions and reviews and the ERD becomes a blueprint for designing the actual system. Data models are not just created to please users temporarily, but they serve as a crucial tool in the development process. They help in clarifying requirements, identifying potential issues, and facilitating communication between stakeholders. Additionally, data models provide a visual representation of the system's structure and relationships, serving as a foundation for designing the actual database and system architecture.

Submit
23. What do you call the entity created when you resolve a M:M relationship ?

Explanation

When resolving a many-to-many (M:M) relationship, an intersection entity is created. This entity serves as a bridge between the two entities involved in the relationship, allowing for a more efficient and organized way to manage the relationship. It helps in capturing and storing the associated data between the two entities, providing a clear representation of the relationship. Therefore, the correct answer is "Intersection entity."

Submit
24. Which of the following is true about subtypes ?

Explanation

The correct answer is that subtypes must be mutually exclusive. This means that an instance of a supertype can only belong to one subtype. This is important in order to maintain clarity and avoid confusion in the classification of objects. If a supertype instance could belong to multiple subtypes, it would be difficult to determine the specific characteristics and behaviors associated with that instance. Therefore, ensuring that subtypes are mutually exclusive helps to establish clear and distinct classifications within a system.

Submit
25. When is an Entity in 2nd Normal Form ?

Explanation

An entity is in 2nd Normal Form when all non-UID attributes are dependent upon the entire UID. This means that every attribute that is not part of the unique identifier (UID) is determined by the entire UID and not by any subset of it. In other words, the values of these non-UID attributes are uniquely identified by the combination of all UID attributes. This ensures that there are no partial dependencies and helps in eliminating redundancy and maintaining data integrity.

Submit
26. Entity Boxes are drawn  with 90 degree angles, also known as Hard Boxes.

Explanation

Entity Boxes are actually drawn with rounded corners, not 90 degree angles. This is because rounded corners are visually more appealing and help to soften the overall appearance of the box. Additionally, rounded corners can also help to prevent any potential injuries from sharp edges. Therefore, the statement that Entity Boxes are drawn with 90 degree angles, also known as Hard Boxes, is false.

Submit
27. An ERD is an example of a Physical Model.

Explanation

An ERD (Entity-Relationship Diagram) is actually an example of a Conceptual Model, not a Physical Model. A conceptual model focuses on the high-level design and structure of a database, representing the entities, their attributes, and the relationships between them. On the other hand, a physical model deals with the implementation details, such as specific data types, storage formats, and indexing. Therefore, the statement that an ERD is an example of a Physical Model is incorrect.

Submit
28. Attributes have Instances.

Explanation

Attributes do not have instances. Instances are the specific values or objects that belong to a particular attribute. For example, if we have an attribute called "color" for a car, the instances of this attribute could be "red," "blue," or "green." Therefore, the statement "Attributes have Instances" is false.

Submit
29. Matrix Diagrams show Optionality and Cardinality of the ERDs they document.

Explanation

Matrix diagrams do not show optionality and cardinality of the ERDs (Entity Relationship Diagrams) they document. Matrix diagrams are used to represent relationships between different entities or attributes in a tabular format, but they do not provide information about optionality (whether a relationship is mandatory or optional) or cardinality (the number of instances of one entity that can be associated with the instances of another entity).

Submit
30. According to 3rd Normal Form, an attribute must be dependent on its entity's entire unique identifier.

Explanation

According to 3rd Normal Form, an attribute does not need to be dependent on its entity's entire unique identifier. In 3rd Normal Form, an attribute should only be dependent on the entity's primary key, not the entire unique identifier. This allows for better organization and avoids redundancy in the database.

Submit
View My Results

Quiz Review Timeline (Updated): Aug 30, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Aug 30, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Oct 13, 2017
    Quiz Created by
    G.iirina
Cancel
  • All
    All (30)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
If Audit trail attributes are added to an entity, they must be in the...
A new system would have a mixture of both Procedural and Structural...
A table is in 3NF if it has met all database requirements for both 1NF...
To identify an attribute as part of a unique identifier on an ER...
An arc can also be modeled as Supertype and Subtypes.
Data models are drawn to show users the actual Data that their new...
Matrix Diagrams are used to verify that all relationships have been...
There is no limit to how many columns that can make up an entity's...
All instances of the supertype must be an instance of one of the...
Matrix Diagrams are developed before the ERD.
Which symbol is used to show that a particular attribute is mandatory...
A business rule such as "We only ship goods after customers have...
The candidate UID that is chosen to identify an entity is called the...
Which of the following would best be represented by an arc ?
All entities must be given a new artificial UID.
No parts of an UID are mandatory.
The "Other" subtype is mandatory.
Which of the following would be a logical constraint when modeling...
A non-transferable relationship means the detail can be changed to...
Which of the following would be good as a Unique Identifier for its...
Relationship Names are optional.
Data modeling is performed for the following reasons:
What do you call the entity created when you resolve a M:M...
Which of the following is true about subtypes ?
When is an Entity in 2nd Normal Form ?
Entity Boxes are drawn  with 90 degree angles, also known as Hard...
An ERD is an example of a Physical Model.
Attributes have Instances.
Matrix Diagrams show Optionality and Cardinality of the ERDs they...
According to 3rd Normal Form, an attribute must be dependent on its...
Alert!

Advertisement