NEW
Font size
Worksheets6INFOMAN - (Class Participation)
Total questions: 20
Worksheet time: 10mins
it is a model that describes the data as much as possible without regard to how they will physical implemented in the database. It usually created by Data Architects and Business Analysts.
Logical Data Model
Hierarchical Model
Physical Data Model
Network Model
is a slightly stronger version of the third normal form. It handles a problem with an entity that might have two primary keys
1NF
2NF
3NF
Boyce-Codd Normal Form
TRUE or FALSE: The following sql code will insert the data into a new table from the original or cloned table.
TRUE
FALSE
Maybe
No Answer
It is an attribute in a table which is used to define its relationship with another table.
Primary Key
Surrogate Key
Foreign Key
Alternate Key
is an orderly arrangement used to logically access rows in a table.
Subsquery
Natural Key
Primary Key
Index
All of the values in the primary key must be unique.
TRUE
FALSE
Maybe
No Answer
The candidate key chosen to uniquely identify row of data in a table.
Key Attribute
Foreign Key
Compound Key
Primary Key
DBMS Key is use to enforce to identify of data and ensure integrity of data is maintained.
TRUE
FALSE
Maybe
No Answer
The condition in which every reference to an entity instance by another entity instance is valid.
Entity Integrity
Referential Integrity
Pre Order Traversal
ER Model
it is an attribute that must have a value; in other words, it cannot be left empty.
Derived Attribute
Optional Attribute
Calculated Attribute
Required Attribute
is a virtual table based on the result-set of an SQL statement. It allows you to select column, query based on the condition and viewed a certain table.
SQL View
Relational Operator
ALIAS
JOIN
is a database organizational structure optimized for use in a data warehouse or business intelligence that uses a single large fact table to store transactional or measured data, and one or more smaller dimensional tables that store attributes about the data.
Database Normalization
Star Schema
Boyce-Codd Normal Form
Data Model
is a combination of columns that uniquely identifies any row within a relational database management system (RDBMS) table.
Candidate Key
Composite key
Compound Key
Superkey
is any column or set of columns that can be declared as the primary key instead of the natural key.
Secondary Key
Surrogate Key
Natural Key
Alternate Key
is perceived as a two-dimensional structure composed of rows and columns
Table
Tuple
Model
Constraint
it represents a single entity occurrence within the entity set.
Tuple
Constraint
Domain
Union
Database Normalization is not about eliminating Data Redundancy but minimizing Redundancy
TRUE
FALSE
MAYBE
NO ANSWER
What is the image (SQL Query) means?
It shows customer database.
It shows customername table.
It shows customername column.
It shows customername column and change the name to custname.
it is a relational operator that combines all rows from two tables, excluding duplicate rows.
PRODUCT
SELECT
UNION
INTERSECT
A subquery must be enclosed in double quotation.
TRUE
FALSE
MAYBE
No Answer
