751.What is the impact of setting multiple indexes for the same key, in index sequential files?
Multiple indexes for the same key cannot be set
- It increases efficiency
- It decreases efficiency
- It will increase complexity as the access time will be increased
- none
752.Which of the given techniques is/are used to improve query performance in database?
- Good File organization
- Indexing
- Both Indexing and Good File organization
- only one record per query
753.While recovering data, which of the following files does a recovery manager examines at first?
- A system file
- Log file
- Data dictionary
- Metadata
754.___ __ is a control that users click to perform an action, set or toggle a state?
- Button
- Text box
- Input form
- Sort
755.___ __is a control that enables users to one from an associated list; users can also type an
- Combo box
- Button
- Text box
- Static area
756.Partitions may become unbalanced in?
- Range partitioning
- Hash partitioning
- List partitioning
- Vertical partitioning
757.Only one type of constraint can be enforced in any table by CREATE command?
- True
- False
758.ALTER TABLE
ALTER COLUMN _description varchar50
Syntax of ALTER TABLE is NOT .
- True
- False
760.Which of the following is disadvantage of chaining technique to handle the collisions?
- Unlimited Number of elements
- Fast rehashing
- Overhead of multiple linked lists
- Maximum number of elements must be know
761.In which of the following, Materialized Views are suitable?
A. Data warehousing
B. Decision support
C. Mobile computing
D.All
763.A software package designed to store and manage databases?
- Database
- DBMS
- Data model
- Data
764.A super key that does not contain a subset of attributes that is itself a super key is called a _ _?
- candidate key
- primary key
- super key
- secondary key
765.A ____ relationship exists when an association is maintained within a single entity?
- unary
- ternary
- binary
- weak
766.Which of the following is NOT one of the ways of resolving deadlocks?
- Undoing all the updates made by the particular transaction which is the
- cause of deadlock.
- A message is passed to the victim and depending on the system the
- transaction may or may not be
- started again automatically.
767.Picking a list of all previously completed transactions and undoing all the updates?
- Rollback `victim’ transaction and restart it.
- 22
- 25
- All
- none
768.You can’t modify more than one table at a time through a view?
- True
- False
769.Which of the following is one of the purposes of using DML commands?
- Creating databases
- Destroying databases
- Inserting data in tables
- None
780.Which one of the following ER diagrams mostly resents the relationship between Student and Grade entities?
- 1toM
- Many to Many
- 1to1
- all
781.Which of the following statements are Data Definition Language command?
- INSERT
- UPDATE
- GRANT
- TRUNCATE
782.Who is responsible for authorizing access to the database, for coordinating and monitoring its use
- Database Designers
- Database Administrators
- End Users
- Application Programmers
783.A ____ entity has a primary key that is partially or totally derived from the parent entity in the relationship.
- strong
- weak
- business
- relationship
784.Which of the following SQL keywords is not used with DDL statements?
Identify the constraint that limits the values that can be placed in a column.
- NOT NULL
- FOREIGN KEY
- UNIQUE
785.Which of the following enforces a relation into 1st normal form ?
The domain of attribute must include only atomic values.
- True
- false
786.Every non-key attribute is fully functionally dependent on primary key non-key attribute is non-transitively dependent on primary key. Every non-key attribute is partially dependent on superkey Which of the following is NOT a feature of HASH ACCESS?
A.indexes to search or maintain
B.Very fast direct access
C.Inefficient sequential access
D.Use when direct access is needed, but sequential access is not.
787.Which of the following is NOT a feature of a good interface?
- data structure based
- user friendly consistency
- process based
788. Which of the following is true about application programs ?
- develop before the database design
- Tools selection is made after the development database
- meant to perform different operations by the user
- must to design before the designing and developing database
789.Which of the following is incorrect with respect to indexed sequential files ?
- New records are added to an overflow file
- Record in main file that precedes it is updated to contain a pointer to the new record
- The overflow is merged with the main file during a batch update
- Multiple indexes for the same key field cannot be setup
790.Which of the following is one of the purposes of using DDL commands ?
- inserting records into databases
- updating records into databases
- manipulating databases
- creating and destroying databases
791.Which of the following statements creates a database named COMPANY?
- CREATE DATABASE company rep
- CREATE DB company
- ADD DATABASE company
- CREATE company DATABASE
792.What is the impact of setting multiple indexes for the same key, in index sequential files ?
- Multiple indexes for the same key can not be set
- It increases efficiency
- It decreases efficiency
- It will increase complexity as the access time will be increased
- The information regarding ‘views ’ and ‘Integrity constraints’ are found in
- Both Data Dictionary and System Catalog
794.Which of following is not the feature of Indexes ?
- must be refreshed when the data in their master tables changes
- improve the performance of SQL execution when they are used for query rewrites
- can be accessed directly using a SELECT statement
795.Which of the following is not true regarding DB transactions ?
- A set of database operations that are processed partly
- A database transaction is a logical unit of database operations
- A database transaction must be atomic
- A database transaction must contains the ACID property
796.Which of the following are the general are performed during the development of application programs?
- Data input
- Programs
- Editing
- Display
- All of given
797.Which of the following is not a type of user interface?
- Forms
- DB tables
798.Which of the following is not true about input forms ?
- Especially useful when the person entering the data is not familiar with the inner workings
- Provide different controls to add data into the tables
- One input forms can populate one table at a time
799.Which of the following is NOT a feature of Context DFD?
- one process which resents the entire system
- all sources/sinks external entities
- sub-processes which explain and decomposed the major process into small processes
- data flows linking the process to the sources and
800.Which of the following is true for the relational model?
- Constraint is a rule that restricts the values in a database.
- Degree of a relation is the number of rows in a relation.
- Null value is a blank or zero value given to an attribute value
- when its value is inapplicable or its value is unknown.
- Complex key is a key consisting of more than one attribute.