List of Attempted Questions AND Answers: True/False
List of Attempted Questions AND Answers: True/False
List of Attempted Questions AND Answers: True/False
ATTEMPTED
QUESTIONS
AND
ANSWERS
True/False
Question Codd developed E-R model
Correct False
Answer
Your Answer False
Multiple Choice Multiple Answer
Question To be able to successfully design and maintain
databases we have to do following
Correct Identify relationship between objects , Identify worlds
Answer data is of interest to us , Data dictionary
Your Answer Identify worlds data is of interest to us , Data dictionary ,
Identify relationship between objects
True/False
Question Database is widely used in banking
Correct True
Answer
Your Answer True
Select The Blank
Question Entities are represented in ________in E-R diagram
Select The Blank
Question ________is protection of database against intentional
and unintentional threats that may be computer-based or
non-computer-based
Correct Security
Answer
Your Answer Security
Multiple Choice Single Answer
Question Write output of following example SELECT
SUBSTR('SECURE',3,4) FROM DUAL
Correct CURE
Answer
Your Answer CURE
Multiple Choice Multiple Answer
Question Information must be analysed with regard to following
criteria in requirement analysis
Correct correctness , consistency , completeness
Answer
Your Answer consistency , completeness
Select The Blank
Question Data types CHARACTER AND CHARACTER VARYING
are known collectively as ________
Correct Character string data types
Answer
Your Answer Character string data types
True/False
Question A fully developed data model includes domains for each
attribute in the E-R model.
Correct True
Answer
Your Answer True
Select The Blank
Question A________ mechanism that can be used to provide
authorization
Correct role
Answer
Your Answer Privilege
Multiple Choice Multiple Answer
Question Reasons of creation of views
True/False
Question The most widely used conceptual model is entity
relationship model
Correct True
Answer
Your Answer True
Multiple Choice Single Answer
Question What expresses the specific number of entity occurances
associated with one occurance of related entity?
Correct Cardinality
Answer
Your Answer Cardinality
Match The Following
Question Correct Answer Your Answer
select * from
order by
Views all Views all
columns in columns in
sorting ording sorting ording
by specified by specified
column_name column_name
Select * from View all data from View all data from table.
table.
select , from
Views 2 Updates
specified records
column which
from table satisfy
condition
select * from where Views all column Views all column
satisfying condition in satisfying condition in
where clause where clause
Multiple Choice Multiple Answer
Question Some clauses of GRANT command are as
follows
Correct Answer ALL , ON , PUBLIC
True/False
Question physical design is tailored to a specific DBMS
system
Correct Answer True
Multiple Choice Single Answer
Question Immediate database modification uses :
Multiple Choice Multiple Answer
Question Major difficulties in referring to the log is :
Match The Following
Question Correct Answer Your Answer
Multiple Choice Multiple Answer
Question Block movements between disk and main
memory are initiated through 2 operations
namely:
Correct Answer Input , Output
Select The Blank
Question ________is the process by which the user's
access to physical data in the application is
limited, based on his privileges.
Correct Answer Access control
Multiple Choice Single Answer
Question Degree of relationship indicates no of associated
-
Correct Answer Entities
Multiple Choice Single Answer
Question State the language which performes the task of
assigning privilege so that the users are eligible
to access certain objects of the database
Correct Answer Data Control Language
Select The Blank
Question ________published the paper "Relational Model
of Data for Large Shared Data Banks "
Correct Answer F.Codd
True/False
Question Internal schema means how and where data are
organized in physical data storage
Correct Answer True
Multiple Choice Single Answer
Question In an Entity relationship diagram what does a
diamond represent?
Correct Answer Relationship among the entity set
Multiple Choice Multiple Answer
Question Three levels of database service
Multiple Choice Single Answer
Question Data of the table can be viewed in sorted order
by using following clause in select command.
Correct Answer ORDER BY
True/False
Question If attribute is multi-valued then single lines are
used
Correct Answer False
Select The Blank
Question ________means data is protected from deletion
and corruption, both while it resides within
database
Correct Answer Data integrity
Multiple Choice Multiple Answer
Question Functions at the server end are
Multiple Choice Single Answer
Question When an attribute composed of multiple
components, each with an independent
existence is called as
Correct Answer composite attribute
Multiple Choice Single Answer
Question A graphical user interface typically displays a
schema to the user in which form?
Correct Answer Diagramatic form
Multiple Choice Multiple Answer
Question Following are properties of roles allowed for
easier privilege management
Correct Answer Reduced privilege administration , Dynamic
privilege administration , application awareness
Your Answer Reduced privilege administration , Dynamic
privilege administration , application awareness
True/False
Question The database is partitioned into some number of
fixed length block called as pages.
Correct Answer True
Multiple Choice Single Answer
Question Write sql statement, which will show contents of
table book, where last character of bookname is
'm'
Correct Answer select * from book where bookname like '%m'
Multiple Choice Multiple Answer
Question Some clauses of Revoke command are as
follows
Correct Answer FROM , ON
Select The Blank
Question The Crow's tool model was developed
by________
Correct Answer C. W. Bachman
True/False
Question To update city_name to bombay following
command is used. UPDATE EMP_TABLE SET
CITY='BOMBAY';
Correct Answer True
Multiple Choice Multiple Answer
Question ERD captures
Multiple Choice Multiple Answer
Question Which of the following are functions of DBA