Database Management System
Questions 161 to 170
161.
|
Consider
the following ER diagram dipicting the ralationship of an employee and
supervisor:
Which is
the possible relation if the above ERD is mapped into a relational model?
|
||||||||||||||||||
Select
the correct statement from among
the following on proper naming of schema constructs:
|
|||||||||||||||||||
Consider
the following table obtained using Student and Instructor relations.
Which
relational algebra operation could have been applied on the pair of relations
Student and Instructor to obtain the above data?
|
|||||||||||||||||||
If k is a
Primary key in a relation R1, then
|
|||||||||||||||||||
Which
database structure consists of a set of two or more related tables with a
minimum of one shared field between them?
|
|||||||||||||||||||
What is data integrity?
|
|||||||||||||||||||
What are
the most important advantages of the hirerchical database model?
|
|||||||||||||||||||
What is
the logical description of the entire database showing all the data elements
and relationships among them called?
|
|||||||||||||||||||
What is
SQL?
|
|||||||||||||||||||
What is
the specific set of data from the database that is required by each user or
application program called?
|
Answers
161.
|
e
|
Employee(EmpID,
BirthDate, Salary, Name(FirstName, MiddleName, LastName),SupervisorID) is the
possible relation if the given ERD is mapped into a relational data model.
|
b
|
In the
narrative description of the database requirements, verbs tend to indicate the names of relationship types.
|
|
e
|
Instructor
– Student is the relational algebra operation that could be applied on the
pair of relations Student and Instructor to obtain the above data.
|
|
a
|
If k is a
primary key in relation R1, then it
should be not contain duplicate value.
|
|
d
|
Relational
table database structure consists of a set of two or more related tables with
a minimum of one shared field between them.
|
|
d
|
Data
integrity refers to maintaining consistency of the data in a database.
|
|
E
|
The main
important advantage of hierarchical data base model is conceptual
,simplicity, independence, integrity and efficiency.
|
|
D
|
Schema
describes the entire database and the logical description of the entire
database is called conceptual schema.
|
|
b
|
SQL is a
data manipulation language used in relational DBMS.
|
|
e
|
The subset
of the specific data in the database which the user needs is called Subsechema.
|
No comments :
Post a Comment