Section 2 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: 482 | Questions: 15
Please wait...
Question 1 / 15
0 %
0/100
Score 0/100
1. 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. These models help users understand the structure and organization of the data in the system. The data listed on the diagram represents the actual data that can be entered into the database. Therefore, any data not listed on the diagram cannot be entered into the database.

Submit
Please wait...
About This Quiz
Data Modeling Quizzes & Trivia

This quiz from Section 2 Oracle Acad tests understanding of database concepts including data models, attributes, and e-business applications. It assesses knowledge crucial for designing efficient databases and... see moreunderstanding their role in e-business. see less

2. In the relational model, relationships between relations or tables are created by using:

Explanation

Foreign keys are used to create relationships between tables in the relational model. A foreign key is a column or a set of columns in one table that refers to the primary key in another table. This establishes a link between the two tables and allows for the enforcement of referential integrity. By using foreign keys, data integrity can be maintained and relationships can be established between tables, ensuring consistency and accuracy in the database.

Submit
3. Unique Identifiers:

Explanation

The correct answer is "Distinguish one instance of an entity from all other instances of that entity." Unique identifiers are used to differentiate one specific occurrence or instance of an entity from all other occurrences or instances of the same entity. They provide a way to uniquely identify and distinguish individual records or objects within a database, ensuring that no two instances are the same.

Submit
4. Flat file databases avoid data duplication.

Explanation

Flat file databases do not avoid data duplication. In fact, they often contain redundant copies of data, which can lead to inefficiency and inconsistency. Flat file databases store data in a simple, text-based format where each line represents a record and each field is separated by a delimiter. This structure does not provide mechanisms to prevent or manage data duplication. Relational databases, on the other hand, use normalization techniques and enforce data integrity constraints to eliminate redundancy and ensure data consistency.

Submit
5. A/an _________ is a piece of information that in some way describes an entity. It is a property of the entity and it quantifies, qualifies, classifies or specifies the entity.

Explanation

An attribute is a piece of information that describes an entity. It is a property of the entity and can be used to quantify, qualify, classify, or specify the entity. In a database or data model, attributes are used to define the characteristics or properties of an entity. They provide additional details and context about the entity, allowing for better organization and understanding of the data.

Submit
6. Each column in a relation is called an entity.

Explanation

The given statement is false. Each column in a relation is not called an entity. In a relation, each column represents an attribute or a characteristic of the entity, while each row represents a specific instance or record of the entity. The entity itself is represented by the entire relation or table, not by individual columns.

Submit
7. In a physical data model, an attribute is represented as a/an:

Explanation

In a physical data model, an attribute is represented as a column. A column is a vertical structure in a table that holds the specific data for that attribute. It represents a specific characteristic or property of the entity being modeled. Each column is labeled with a unique name and has a defined data type, allowing it to store specific types of data. Columns in a physical data model are used to organize and store data in a relational database system.

Submit
8. A barred relationship is mapped to a primary key column on the many side, just like any other M:1 relationship.

Explanation

In a barred relationship, the primary key column is not mapped on the many side. Instead, it is mapped on the one side. This means that the primary key column is present in the table representing the "one" side of the relationship, rather than the table representing the "many" side. Therefore, the correct answer is false.

Submit
9. What is the purpose of a Unique Identifier ?

Explanation

A unique identifier serves the purpose of identifying a single, distinct instance of an entity by utilizing one or more attributes and/or relationships. It allows for differentiation between multiple entities and ensures that each instance can be uniquely identified. This helps in organizing and managing data effectively, as well as facilitating efficient retrieval and referencing of specific entities within a system or database.

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

Explanation

Data modeling is performed for the following reasons: The ERD becomes a blueprint for designing the actual system. It helps discussions and reviews. Creating an ERD serves as a visual representation of the system and allows stakeholders to understand and provide feedback on the proposed design. It also serves as a guide for developers to implement the system accurately. Without data modeling, there is a higher chance of miscommunication and errors during the development process.

Submit
11. Which of the following are examples of e-business that use database software ?

Explanation

The online clothing store, online book store, and online personal shopping service are examples of e-businesses that use database software. These businesses require a database to store and manage their inventory, customer information, and transaction records. The database software allows them to efficiently organize and retrieve data, track sales, and provide personalized shopping experiences for their customers.

Submit
12. One-to-one relationships are transformed into Foreign Keys in the tables created at either end of that relationship.

Explanation

In one-to-one relationships, the primary key of one table is used as a foreign key in another table. This is done to establish a connection between the two tables. However, in the given statement, it is mentioned that one-to-one relationships are transformed into foreign keys in both tables created for that relationship. This is incorrect. In a one-to-one relationship, the foreign key is only added in one of the tables, not in both. Therefore, the correct answer is false.

Submit
13. Which of the following statements about attributes are true ?

Explanation

Attributes are characteristics or properties that describe, qualify, quantify, classify, or specify an entity. They can be single valued if they belong to only one entity or can be multi-valued if they belong to more than one entity. Attributes can often be adjectives that provide additional information about the entity. Additionally, attributes have a data type, such as number or character string, to define the kind of data that can be stored in them.

Submit
14. A table must have a primary key.

Explanation

A primary key is not required for a table. While it is recommended to have a primary key to uniquely identify each record in a table, it is not mandatory. Tables can still function without a primary key, but it may make it more difficult to manage and manipulate the data within the table.

Submit
15. Many reasons exist for creating a conceptual model. Choose three appropriate reasons:

Explanation

Conceptual models are created for several reasons. Firstly, they model functional and informational needs, which means they help identify the requirements and specifications of a system or process. Secondly, they capture current and future needs, allowing for the consideration of potential changes and improvements. Lastly, they accurately describe what a physical model will contain, providing a clear representation of the data and information flow within the system. These reasons demonstrate the importance of conceptual models in understanding and designing complex systems.

Submit
View My Results

Quiz Review Timeline (Updated): Mar 21, 2023 +

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

  • Current Version
  • Mar 21, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Oct 13, 2017
    Quiz Created by
    G.iirina
Cancel
  • All
    All (15)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Data models are drawn to show users the actual Data that their new...
In the relational model, relationships between relations or tables are...
Unique Identifiers:
Flat file databases avoid data duplication.
A/an _________ is a piece of information that in some way describes an...
Each column in a relation is called an entity.
In a physical data model, an attribute is represented as a/an:
A barred relationship is mapped to a primary key column on the many...
What is the purpose of a Unique Identifier ?
Data modeling is performed for the following reasons:
Which of the following are examples of e-business that use database...
One-to-one relationships are transformed into Foreign Keys in the...
Which of the following statements about attributes are true ?
A table must have a primary key.
Many reasons exist for creating a conceptual model. Choose three...
Alert!

Advertisement