Database Management System
Questions 151 to 160
151.
|
A
database management software (DBMS) includes
|
||||||||||||||||||||||||
“In 1978
-----------(i)------------ committee proposed a generalized framework for
database systems and it provides a three-level architecture.
The
---------(ii)-------------- of the architecture defines user views of the
database.
The ------------(iii)---------- defines the physical view of the database.
The ---------(iv)---------
defines the logical schema of the database.”
Which of
the following sets is suitable to fill the blanks in the above paragraph?
|
|||||||||||||||||||||||||
State the
methodology for documenting databases illustrating the relationship
between
various entities in the database?
|
|||||||||||||||||||||||||
Which
aggregate function is used to give the number of records present in a table?
|
|||||||||||||||||||||||||
A
Relational operator that yields all possible pairs of rows from two tables is
known as a
|
|||||||||||||||||||||||||
How DBMS
allows you to extrapolate information from your data?
|
|||||||||||||||||||||||||
The
following output is to be generated:
Which of
the following would produce the above output?
|
|||||||||||||||||||||||||
The term
used to identify a row of a table in the relational data model is
|
|||||||||||||||||||||||||
Consider
the following Employee table.
Which of
the following statements give the list of departments having average salary
greater than 20000 from employee table?
|
|||||||||||||||||||||||||
The
following are the three language components of a database management system
(DBMS).
I. Data Definition Language (DDL).
II. Sub-schema DDL.
III. Data Manipulation Language.
Two
different types of people (users and practioners) are concerned with them.
Which of them do users of a DBMS usually deal with?
|
Answers
Answer
|
Reason
|
|
b
|
A
software application that is used to define, create, maintain
and provide
controlled access to user databases.
|
|
d
|
i).ANSI/SPARC
ii) External Level iii)Internal Level iv) Conceptual Level.
|
|
c
|
ER
diagram describes the relationships among the various entit
ies in the
database.
|
|
b
|
Count
function gives the number of rows containing not null values
for the given
column.
|
|
e
|
Product
is the Relational operator that yields all possible pairs of
row s from two tables.
|
|
a
|
DBMS
allows you to extrapolate information from your data using
query language.
|
|
c
|
Employee
UEmployee
Fname,Minit,Ssn,Sex,SupperSsn,Dno Salary
|
|
d
|
In
relational model the row of a table is called as tuple.
|
|
c
|
SELECT Dept_No,AVG(Salary) FROM Employee GROUP BY
Dept_No HAVING AVG(Salary)>20000.
|
|
b
|
The users and practioners are concerned with only
Data manipulation language component of DBMS.
|
How checked answer
ReplyDelete