Showing posts with label Database Management System. Show all posts
Showing posts with label Database Management System. Show all posts

Tuesday, 20 March 2012

DBMS MCQ 08


Introduction to Database MCQ
1.      _______refers to the basic facts and entities, such as names and numbers.

a.       Data
b.      Information
c.       Input
d.      Output

2.      Information is processed from __________

a.       Output
b.      Data
c.       Memory
d.      None of these

3.      MIS stands for:
a.       Management Information Server
b.      Management Information Service
c.       Management Information System
d.      Master Information System
4.      Which is the false statement:
a.       A database is ordered collection of data.
b.      A database is systematic compilation of records in a computer.
c.       DBMS manages the database
d.      Data helps in making decisions.
5.      Which is the data model

a.       Relational
b.      Object-Relational
c.       Network
d.      All of these

6.      Which is not the feature of database:

a.      Data redundancy
b.      Independence
c.       Flexibility
d.      Data Integrity

7.      Which is the type of data independence:

a.       Physical data independence
b.      Logical data independence
c.       Both
d.      None of these

8.      Which is the feature of database:

a.       Query Language
b.      Multi user access
c.       Data Dictionary
d.      All of these

9.      Which is the advantage of database:

a.       Prevents Data redundancy
b.      Restricts unauthorized access
c.       Persistent storage
d.      Backup and recovery
e.       Integrity Constraints
f.        All of these

10.  Which is the database language:

a.       C
b.      C++
c.       SQL
d.      None of these

11.  Which person is responsible for overall activities for database:

a.       Database designer
b.      Database analyst
c.       Database Administrator
d.      Database manager

12.  Which level of database is viewed by user:

a.       Internal level
b.      External Level
c.       Conceptual Level
d.      All of these



13.  Internal level has:
a.       Individual Users View of the database
b.      Community view of the database
c.       Physical Representation of the database
d.      All of these
14.  Which is the component of database management system:

a.       Query Language
b.      Database Manager
c.       File manager
d.      All of these

15.  ______is the structure of the database.

a.       Table
b.      Relation
c.       Schema
d.      None of these

16.  Schema is usually stored in____________.

a.       Tables
b.      Data Dictionary
c.       Both
d.      None of these

17.  Schema is defined by:

a.       DML
b.      DDL
c.       DCL
d.      DQL

18.   DML language is used to:

a.       Define schema
b.      Define internal level
c.       Access Data
d.      All of these

19.  DBMS is the bridge between operating system and ___________.

a.       User
b.      Database administrator
c.       Application program
d.      None of these

20.  Which is the most popular database model:

a.       Network Model
b.      Relational Model
c.       Hierarchical Model
d.      Object Oriented

21.  Which is the schema object:

a.       Database links and clusters
b.      Packages and Indexes
c.       Procedures and functions
d.      All of these

22.  In database records are called:

a.       Attributes
b.      Entity
c.       Tuples
d.      Relations

23.  An entity has a set of ___________ that describe it.

a.      Attributes
b.      Entity
c.       Tuples
d.      Relations

24.  In ER model rectangle represents:

a.       Attributes
b.      Entity set
c.       Relationships
d.      None of these

25.  Date is the type of attribute:

a.       Simple
b.      Composite
c.       Single values
d.      Multi valued

26.  __________is the attribute or group of attributes that uniquely identify occurrence of each entity.

a.       Foreign key
b.      Super Key
c.       Primary Key
d.      All of these


27.   _________is the real world object, such as a person, place etc.

a.       Attribute
b.      Entity
c.       Records
d.      All of these

28.  Grant and revoke is the type of command:

a.       DDL
b.      DML
c.       DCL
d.      DQL

29.  A user that manages the files of application in DBMS is called:

a.       Administrator
b.      Database analyst
c.       File Manager
d.      None of these

30.  ________is the information about data.

a.       Data
b.      Meta-Data
c.       Entity
d.      Relations


Sunday, 18 March 2012

DBMS MCQ 07


1.      Which is basically an RDBMS in which object oriented features are implemented:


a.       Java
b.      C++
c.       Oracle
d.      DBMS


2.      Which was the first commercial RDBMS:


a.       MS SQL
b.      DB2
c.       MY SQL
d.      ORACLE


3.      In which year RSI introduced oracle V2:


a.       1978
b.      1979
c.       1980
d.      1981


4.      Which version of oracle, released in 1983:


a.       V1
b.      V2
c.       V3
d.      V4


5.      Which version of oracle supported multi-version read consistency:


a.       V1
b.      V2
c.       V3
d.      V4


6.      In which year oracle v5 was released:


a.       1977
b.      1979
c.       1983
d.      1985


7.      Which version of oracle entered the market with more features:


a.       V2
b.      V3
c.       V5
d.      V6


8.      Which has enhancements in the input/output operation of disk, scalability, locking of row, backup and recovery:


a.      Oracle V6  
b.      Oracle V5
c.       Oracle V3
d.      Oracle V4


9.      Oracle 8 is an object relational database that was released in:


a.      1977
b.      1979
c.       1983
d.      1985


10.  V6 of oracle also included the first version for_____:


a.       PL
b.      SQL
c.       Both
d.      None


11.  Which was introduced stored procedures and triggers in PL/SQL:


a.       Oracle V6 
b.      Oracle V5
c.       Oracle V3
d.      Oracle V7


12.  Version 8i entered the market in______:


a.       1979
b.      1989
c.       1999
d.      None of these


13.  RAC stands for:
a.       Real application cluster
14.  Which version included RAC that enable multiple instances for accessing a database simultaneously:


a.       V2i
b.      V4i
c.       V6i
d.      V9i


15.   Oracle 9i was introduced in:


a.       1999
b.      2000
c.       2001
d.      2002


16.  ASM stands for:
a.      Automatic storage management
17.  Oracle database 11g was released in_________:


a.       2001
b.      2002
c.       2006
d.      2007


18.  The server process contains memory for a private session which is its own and is called_________:


a.       SGA
b.      PGA
c.       Both
d.      None


19.  Tables and indexes that are data of logical database structure that are stored physically in the form of______:


a.      Data files
b.      Control files
c.       Online redo log files
d.      All of these


20.  Which files has metadata that specifies database structure that includes database name along with database files names and locations:


a.       Data files
b.      Control files
c.       Online redo log files
d.      All of these


21.  Which is also known as redo records, recording whatever changes are made to data:


a.       Data files
b.      Control files
c.       Online redo log files
d.      All of these


22.  The data in oracle database is stored in blocks known as ________:


a.      Data blocks
b.      Extents
c.       Segments
d.      Tablespaces


23.  Which contains many extents:


a.       Data blocks
b.      Extents
c.       Segments
d.      Tablespaces


24.  _____ shows a specified number of data blocks that are logically contiguous and keeps a particular type of information in its storage:


a.       Data blocks
b.      Extents
c.       Segments
d.      Tablespaces


25.  Which are logical storage units contained in a database and a logical container for some segment:


a.       Data blocks
b.      Extents
c.       Segments
d.      Tablespaces


26.  SOA stands for:
a.      Service- oriented architecture
27.  SOAP stands for:
a.      Simple object access protocol
28.  WSDL stands for:
a.      Web services description language
29.  ONS stands for:
a.      Oracle net services
30.  OLTP stands for:
a.      Online transaction processing
31.  OLAP stands for:
a.      Online analytical processing
32.  Which refers to a software that can be executed on two or more kinds of computer containing two or more kinds of operating system:


a.       Data blocks
b.      Extents
c.       Segments
d.      Portable


33.  Which refers to independent events of the main program flow of the systems that lacks concurrency:


a.       RDBMS
b.      Portable
c.       Asynchronously
d.      None of these


34.  Which is a method provided by an operating system, running in a sequence of steps:


a.       Storage
b.      Process
c.       Computing
d.      None of these


35.  How many interfaces provided by oracle:


a.       1
b.      2
c.       3
d.      4


36.  Which interface provided by oracle:
a.       SQL*PLUS
b.      SQL*PLUS command line interface
c.       SQLPlus Worksheet
d.      iSQL*PLUS
e.      All of these