Database Management System
Questions 171 to 180
171.
|
State the
effective way of using a relational data model.
|
||||||||||
What is
the result of the following query?
SELECT
FLOOR(3.6) FROM DUAL?
|
|||||||||||
Guidelines
for creating tables in a relational database include which of the following?
|
|||||||||||
What is
the Duplicate data in multiple data files called?
|
|||||||||||
Which of
the following best describes the internal level of the ANSI/SPARC three level
architecture?
|
|||||||||||
State the
three basic operations used to develop useful sets of data in a relational
database?
|
|||||||||||
State the
data hierarchy which goes from bits and bytes to
|
|||||||||||
Which of
the following keyword is used with Data Control Language (DCL) statements?
|
|||||||||||
Which of
the following SQL statements drop the primary key of Department relation? The
fields in Employee should reflect the removal in Department table.
|
|||||||||||
Embedded
SQL means
|
Answers
171.
|
d
|
The complex
grouping of data in tables must be streamlined.
|
d
|
The floor
function rounds of to the nearest value.
|
|
d
|
For the
database to function efficiently, data must be atomic.
|
|
a
|
duplication
of data is called redundancy.
|
|
c
|
The
internal level is concerned with the users’ view of the data.
|
|
c
|
Select,
Project and Join are the fundamental operations that are used to develop
useful datasets in relational database.
|
|
c
|
Set of
fields make up a record, set of records will make a files.
|
|
d
|
GRANT is
the keyword which is used with Data Control Language statements.
|
|
c
|
ALTER TABLE
Department DROP PRIMARY KEY CASCADE
|
|
c
|
Embedded
SQL means writing SQL statements within codes written in a general
programming language.
|
<< Prev 1... 2... 3... 4... 5... 6... 7... 8... 9... 10... 11... 12... 13... 14... 15... 16... 17... 18... 19... 20... 21... 22... 23... 24... 25... 26... 27... 28... 29... 30... 31... 32... 33... 34... 35... 36... Next >>
No comments :
Post a Comment