Cadm Mid
Cadm Mid
1 point
dBASE
FoxPro
SQLite
IBM DB2
DB1
1 point
1 point
True
False
database administrator is responsible for designing application program to interact with database
1 point
True
False
1 point
1 point
Both A and C
same data (or information) occupying the memory space at multiple places is called
1 point
Data Repository
Data Inconsistency
Data Mining
Data Redundancy
1 point
Name
Street
Id
Department
Which of the following refers to the level of data abstraction that describes exactly how the data
actually stored?
1 point
Conceptual Level
Physical Level
File Level
Logical Level
1 point
Degree
Tuples
Entity
1 point
Entity
Column
Cardinality
In the relational table, which of the following can also be represented by the term "attribute"?
1 point
Entity
Row
Column
Both B &C
1 point
Degree
Row
Column
1 point
Conceptual view
Physical view
Internal view
External view
2 points
Attribute: Attributes are properties that describe an entity. Let’s look at the example of a university
management system again. The student entity has attributes such as student id, name, age, address,
GPA. The course entity has attributes such as course id, course name, duration.
Entity: An entity is an object in RDBMS that is used to model and store information while an attribute is
a characteristic to define an entity.
2 points
A referential integrity constraint is defined as part of an association between two entity types. The
definition for a referential integrity constraint specifies the following information: The principal end of
the constraint.
2 points
An Entity Relationship Diagram shows how entities relate to each other in a particular system. Generally,
an ERD does not define business processes, but graphically displays business data patterns.
ER diagrams are used to analyze existing databases to find and resolve problems in logic or deployment.
Drawing the diagram should reveal where it's going wrong. Business information systems: The diagrams
are used to design or analyze relational databases used in business processes.
2 points
Normalization is a database design technique that reduces data redundancy and eliminates undesirable
characteristics like Insertion, Update and Deletion Anomalies.
Second Normal Form (2NF) is based on the concept of full functional dependency. Second Normal Form
applies to relations with composite keys, that is, relations with a primary key composed of two or more
attributes. To be in second normal form, a relation must be in first normal form and relation must not
contain any partial dependency.