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
Questions
If every non key attribute is functionally dependent on the primary key, the relation will be in
- 1NF
- 2NF
- 3NF
- 4NF
Which of the following is a record based logical model?
- Network Model
- Object-Oriented Model
- Relational Model
- Entity Relationship Model
Redundancy is dangerous as it is a potential threat to
- data integrity
- data consistency
- data sufficiency
- none of the above
The set of permitted values for each attribute is called its
- attribute set
- attribute range
- domain
- group
Which of the following is more concerned about the conceptual level of the DBMS?
- DBA
- The end user
- The systems programmer
- The client
Relations produced through an E-R model will always be in
- 1NF
- 2NF
- 3NF
- 4NF
An attribute of one table matching the primary key of another table is called
- foreign key
- secondary key
- candidate key
- composite Key
The way a particular application views the data from the database, which is used by application, is a
- module
- relational model
- schema
- sub schema
Locking can be used for
- deadlock
- lost update
- uncommitted dependency
- inconsistent data
In an E-R diagram, an ellipsis represents
- entity sets
- relationship among entity sets
- attributes
- link between attributes and entity sets
If a relation is in BCNF, it is also in
- 1NF
- 2NF
- 3NF
- None of the above
ER Model comes under
- physical data model
- record based logical model
- object based logical model
- none of the above
Which of the following is/are the problem(s) of file management system?
- Lack of data independence
- Data redundancy
- Update
- All of the above
In Relation Model, column is referred to as
- tuple
- entity
- degree
- attribute
Which of the following is/are relational database?
- 4th Dimension
- FoxPro
- dbase-IV
- All of the above
Periodically adding, changing and deleting file records is called
- file updating
- file upgrading
- file restructuring
- file renewing
An Index consists of
- a list of keys
- pointers to the master list
- both (1) and (2)
- none of the above
The set of permitted values for each attribute is called its
- attribute set
- attribute range
- domain
- group
E-R modeling technique is a
- top-down approach
- bottom-up approach
- left-right approach
- none of above
A locked file
- can be accessed only by one user
- can be modified by user with correct password
- is used to hide sensitive information
- none of the above
A DBMS consists of application programs called
- FORTRAN
- AUTOFLOW
- BPL
- TOTAL
Transaction X holds a shared lock R. If transaction Y requests for a shared lock on R
- Result in deadlock situation
- Immediately Granted
- Immediately rejected
- Granted as is released by X
The command used to select only one copy of each set of duplicable rows is
- select distant
- select unique
- select different
- none of the above
Which command is used to remove a table or index from the database in SQL?
- Delete Table
- Drop Table
- Erase Table
- None of the above
In a relational schema, each tuple is divided into fields called
- relations
- domains
- queries
- none of the above
Which of the following is the characteristics of a relational database model?
- Table
- Tree-like Structure
- Complex Logical Relationship
- Record
Which command(s) is/are used to remove rows from a table?
- Delete
- Remove
- Truncate
- Both (1) and (2)
The 'modify' operation is likely to be done after ___________ operation.
- delete
- look-up
- insert
- none of the above
A report generator is used
- to update files
- to print files on paper
- for data entry
- none of the above
Report generators are used to
- store data input by a user
- retrieve information from files
- answer queries
- both (2) and (3)
A database environment has all of the following components, except
- Users
- Separate files
- DBA
- All of the above
Director's salary details are hidden from the employee. This is called
- conceptual level hiding
- physical level data hiding
- external level data hiding
- none of the above
Embedded pointers provide
- an inverted index
- a secondary access path
- a physical record key
- all of the above
The distinguishable parts of a record are called
- data
- files
- fields
- none of the above
If every non-key attribute is functionally dependent on the primary key, the relation will be in
- 1NF
- 2NF
- 3NF
- 4NF
Which of the following is a record based logical model?
- Network Model
- Object Oriented Model
- Relational Model
- E-R Model
A schema describes
- records and files
- data elements
- record relationships
- all of the above
Which language is used by most of DBMS's for helping their users to access data?
- 4GL
- SQL
- Query languages
- HLL
Which of the following is at the highest level in the hierarchy of data organization?
- Data Record
- Data File
- Data Base
- Data Bank
A data dictionary does not provide information about
- where data is located
- who owns the data
- the size of disk storage device
- how the data is used
Which database handles full text data, image, audio and video?
- Transaction database
- Graphics database
- Video-on-demand database
- Multimedia database
all of the above
- Privacy invasion
- hardware failure
- Fraudulent manipulation of data
- all of above
The logical data structure with one to many relationship is
- a network
- a tree
- a chain
- all of the above
An entry in a telephone book can be compared to a
- database
- file
- record
- field
Data item characteristics that are important in data management include
- width
- language
- spelling
- all of the above
Which of the following contains complete record of all activities that affect the contents of a database?
- Transaction Log
- Query Language
- Report Writer
- Data Manipulation Language
The model for a record management system might be
- business form
- handwritten list
- a rolodex card fill
- all of the above
A large computer information system maintains many different computer files. Which file is perpetual file?
- Log File
- Master File
- Specialized File
- Update File
In a multi-user database, if two users wish to update the same record at the same time, they are prevented by
- jamming
- password
- documentation
- record lock
A table consists of
- fields and columns
- rows and columns
- rows and cells
- none of the above