Database

Complete study material for DBMS, RDBMS, Data Base Management System, Relational Data Base Management System, Primary Key, Foreign Key, Data, Information to prepare for B.Sc-IT, M.Sc-IT, BCA, MCA, MCa Entrance

50 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

If every non key attribute is functionally dependent on the primary key, the relation will be in

  1. 1NF
  2. 2NF
  3. 3NF
  4. 4NF
Question 2 Multiple Choice (Multiple Answers)

Which of the following is a record based logical model?

  1. Network Model
  2. Object-Oriented Model
  3. Relational Model
  4. Entity Relationship Model
Question 3 Multiple Choice (Single Answer)

Redundancy is dangerous as it is a potential threat to

  1. data integrity
  2. data consistency
  3. data sufficiency
  4. none of the above
Question 4 Multiple Choice (Single Answer)

The set of permitted values for each attribute is called its

  1. attribute set
  2. attribute range
  3. domain
  4. group
Question 5 Multiple Choice (Single Answer)

Which of the following is more concerned about the conceptual level of the DBMS?

  1. DBA
  2. The end user
  3. The systems programmer
  4. The client
Question 6 Multiple Choice (Single Answer)

Relations produced through an E-R model will always be in

  1. 1NF
  2. 2NF
  3. 3NF
  4. 4NF
Question 7 Multiple Choice (Single Answer)

An attribute of one table matching the primary key of another table is called

  1. foreign key
  2. secondary key
  3. candidate key
  4. composite Key
Question 8 Multiple Choice (Single Answer)

The way a particular application views the data from the database, which is used by application, is a

  1. module
  2. relational model
  3. schema
  4. sub schema
Question 9 Multiple Choice (Multiple Answers)

Locking can be used for

  1. deadlock
  2. lost update
  3. uncommitted dependency
  4. inconsistent data
Question 10 Multiple Choice (Single Answer)

In an E-R diagram, an ellipsis represents

  1. entity sets
  2. relationship among entity sets
  3. attributes
  4. link between attributes and entity sets
Question 11 Multiple Choice (Single Answer)

If a relation is in BCNF, it is also in

  1. 1NF
  2. 2NF
  3. 3NF
  4. None of the above
Question 12 Multiple Choice (Single Answer)

ER Model comes under

  1. physical data model
  2. record based logical model
  3. object based logical model
  4. none of the above
Question 13 Multiple Choice (Single Answer)

Which of the following is/are the problem(s) of file management system?

  1. Lack of data independence
  2. Data redundancy
  3. Update
  4. All of the above
Question 14 Multiple Choice (Single Answer)

In Relation Model, column is referred to as

  1. tuple
  2. entity
  3. degree
  4. attribute
Question 15 Multiple Choice (Single Answer)

Which of the following is/are relational database?

  1. 4th Dimension
  2. FoxPro
  3. dbase-IV
  4. All of the above
Question 16 Multiple Choice (Single Answer)

Periodically adding, changing and deleting file records is called

  1. file updating
  2. file upgrading
  3. file restructuring
  4. file renewing
Question 17 Multiple Choice (Single Answer)

An Index consists of

  1. a list of keys
  2. pointers to the master list
  3. both (1) and (2)
  4. none of the above
Question 18 Multiple Choice (Single Answer)

The set of permitted values for each attribute is called its

  1. attribute set
  2. attribute range
  3. domain
  4. group
Question 19 Multiple Choice (Single Answer)

E-R modeling technique is a

  1. top-down approach
  2. bottom-up approach
  3. left-right approach
  4. none of above
Question 20 Multiple Choice (Single Answer)

A locked file

  1. can be accessed only by one user
  2. can be modified by user with correct password
  3. is used to hide sensitive information
  4. none of the above
Question 21 Multiple Choice (Single Answer)

A DBMS consists of application programs called

  1. FORTRAN
  2. AUTOFLOW
  3. BPL
  4. TOTAL
Question 22 Multiple Choice (Single Answer)

Transaction X holds a shared lock R. If transaction Y requests for a shared lock on R

  1. Result in deadlock situation
  2. Immediately Granted
  3. Immediately rejected
  4. Granted as is released by X
Question 23 Multiple Choice (Single Answer)

The command used to select only one copy of each set of duplicable rows is

  1. select distant
  2. select unique
  3. select different
  4. none of the above
Question 24 Multiple Choice (Single Answer)

Which command is used to remove a table or index from the database in SQL?

  1. Delete Table
  2. Drop Table
  3. Erase Table
  4. None of the above
Question 25 Multiple Choice (Single Answer)

In a relational schema, each tuple is divided into fields called

  1. relations
  2. domains
  3. queries
  4. none of the above
Question 26 Multiple Choice (Multiple Answers)

Which of the following is the characteristics of a relational database model?

  1. Table
  2. Tree-like Structure
  3. Complex Logical Relationship
  4. Record
Question 27 Multiple Choice (Single Answer)

Which command(s) is/are used to remove rows from a table?

  1. Delete
  2. Remove
  3. Truncate
  4. Both (1) and (2)
Question 28 Multiple Choice (Single Answer)

The 'modify' operation is likely to be done after ___________ operation.

  1. delete
  2. look-up
  3. insert
  4. none of the above
Question 29 Multiple Choice (Single Answer)

A report generator is used

  1. to update files
  2. to print files on paper
  3. for data entry
  4. none of the above
Question 30 Multiple Choice (Single Answer)

Report generators are used to

  1. store data input by a user
  2. retrieve information from files
  3. answer queries
  4. both (2) and (3)
Question 31 Multiple Choice (Single Answer)

A database environment has all of the following components, except

  1. Users
  2. Separate files
  3. DBA
  4. All of the above
Question 32 Multiple Choice (Single Answer)

Director's salary details are hidden from the employee. This is called

  1. conceptual level hiding
  2. physical level data hiding
  3. external level data hiding
  4. none of the above
Question 33 Multiple Choice (Single Answer)

Embedded pointers provide

  1. an inverted index
  2. a secondary access path
  3. a physical record key
  4. all of the above
Question 34 Multiple Choice (Single Answer)

The distinguishable parts of a record are called

  1. data
  2. files
  3. fields
  4. none of the above
Question 35 Multiple Choice (Single Answer)

If every non-key attribute is functionally dependent on the primary key, the relation will be in

  1. 1NF
  2. 2NF
  3. 3NF
  4. 4NF
Question 36 Multiple Choice (Multiple Answers)

Which of the following is a record based logical model?

  1. Network Model
  2. Object Oriented Model
  3. Relational Model
  4. E-R Model
Question 37 Multiple Choice (Single Answer)

A schema describes

  1. records and files
  2. data elements
  3. record relationships
  4. all of the above
Question 38 Multiple Choice (Single Answer)

Which language is used by most of DBMS's for helping their users to access data?

  1. 4GL
  2. SQL
  3. Query languages
  4. HLL
Question 39 Multiple Choice (Single Answer)

Which of the following is at the highest level in the hierarchy of data organization?

  1. Data Record
  2. Data File
  3. Data Base
  4. Data Bank
Question 40 Multiple Choice (Single Answer)

A data dictionary does not provide information about

  1. where data is located
  2. who owns the data
  3. the size of disk storage device
  4. how the data is used
Question 41 Multiple Choice (Single Answer)

Which database handles full text data, image, audio and video?

  1. Transaction database
  2. Graphics database
  3. Video-on-demand database
  4. Multimedia database
Question 42 Multiple Choice (Single Answer)

all of the above

  1. Privacy invasion
  2. hardware failure
  3. Fraudulent manipulation of data
  4. all of above
Question 43 Multiple Choice (Single Answer)

The logical data structure with one to many relationship is

  1. a network
  2. a tree
  3. a chain
  4. all of the above
Question 44 Multiple Choice (Single Answer)

An entry in a telephone book can be compared to a

  1. database
  2. file
  3. record
  4. field
Question 45 Multiple Choice (Single Answer)

Data item characteristics that are important in data management include

  1. width
  2. language
  3. spelling
  4. all of the above
Question 46 Multiple Choice (Single Answer)

Which of the following contains complete record of all activities that affect the contents of a database?

  1. Transaction Log
  2. Query Language
  3. Report Writer
  4. Data Manipulation Language
Question 47 Multiple Choice (Single Answer)

The model for a record management system might be

  1. business form
  2. handwritten list
  3. a rolodex card fill
  4. all of the above
Question 48 Multiple Choice (Single Answer)

A large computer information system maintains many different computer files. Which file is perpetual file?

  1. Log File
  2. Master File
  3. Specialized File
  4. Update File
Question 49 Multiple Choice (Single Answer)

In a multi-user database, if two users wish to update the same record at the same time, they are prevented by

  1. jamming
  2. password
  3. documentation
  4. record lock
Question 50 Multiple Choice (Single Answer)

A table consists of

  1. fields and columns
  2. rows and columns
  3. rows and cells
  4. none of the above