Top 1000+ Database Subject Mcqs Pdf Download Set No 07

Print/Downlaod pdf

301.Which of the following is not true regarding DB transactions ?

  1. A set of database operations that are processed partly
  2. A database transaction is a logical unit of database operations  A database transaction must be atomic
  3. A database transaction must contains the ACID property 

  1.  

302.Which of the following is not true about input forms ?

  1. Provide an easy, effective, efficient way to enter data into a table
  2.  Especially useful when the person entering the data is not familiar with the inner workings
  3. Provide different controls to add data into the tables

303. One input forms can populate one table at a time Which of the following is an example of volatile memory?

  1. RAM
  2. ROM
  3. Flash memory
  4. CPU

304.Which of following is NOT generally the aim of data partitioning and placement of data?

  1. Reduce Workload
  2. Balance Workload
  3. Merging different relations
  4. Speed up rate of useful works .

305.Which of the following is Advantage of Re -Hashing technique to handle the collisions? 

  1. Collisions don’t use primary table space
  2. Unlimited number of elements
  3. Fast access through use of main table space
  4.  Overhead of multiple linked they can be accessed directly using a SELECT statement

 306.Select ‘NORTH’, CUSTOMER From CUST_DTLS Where REGION = ‘N’ Order By CUSTOMER Union Select ‘EAST’, CUSTOMER From CUST_DTLS Where REGION = ‘E’ Order By CUSTOMER

The above statement

  1. Has an error – the string should be in double quotes .
  2. Has an error – ORDER BY clause.
  3. not have an error.
  4. Has an error – the string in single quotes ‘NORTH’ and ‘SOUTH’.

307. A software package designed to store and manage databases 

  1. DBMS  
  2. Data model
  3. Data

308.Who is responsible for authorizing access to the database, for coordinating and monitoring its use

  1. Database Designers
  2. Database Administrators   
  3. End Users
  4. Application Programmers 

309.A ____ entity has a primary key that is partially or totally derived from the parent entity in the relationship.

  1. strong
  2. weak 
  3. business
  4. relationship

310.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. 

  1. NOT NULL
  2. FOREIGN KEY
  3. UNIQUE

311.Which of the following enforces a relation into 1st normal form ?

 The domain of attribute must include only atomic values

True

false


312.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? 

  1. indexes to search or maintain 
  2. Very fast direct access
  3. Inefficient sequential access
  4. Use when direct access is needed, but sequential access is not.  

313.Which of the following is NOT a feature of a good interface?

  1. data structure based 
  2. user friendly consistency
  3. process based

314. Which of the following is true about application programs ? 

  1. develop before the database design
  2. Tools selection is made after the development database
  3. meant to perform different operations by the user  
  4. must to design before the designing and developing database 

  1.  

315.Which of the following is incorrect with respect to indexed sequential files ?

  1. New records are added to an overflow file
  2. Record in main file that precedes it is updated to contain a pointer to the new record
  3. The overflow is merged with the main file during a batch update

Multiple indexes for the same key field cannot be setup  

316.Which of the following is one of the purposes of using DDL commands ?

  1. inserting records into databases
  2. updating records into databases 
  3. manipulating databases
  4. creating and destroying databases

317.Which of the following statements creates a database named COMPANY?

  1. CREATE DATABASE company  rep
  2. CREATE DB company
  3. ADD DATABASE company 
  4. CREATE company DATABASE

318.What is the impact of setting multiple indexes for the same key, in index sequential files ? 

  1. Multiple indexes for the same key can not be set
  2. It increases efficiency
  3. It decreases efficiency
  4. It will increase complexity as the access time will be increased    
  5. The information regarding ‘views ’ and ‘Integrity constraints’ are found in
  6. Both Data Dictionary and System Catalog

319.Which of following is not the feature of Indexes ?

  1. must be refreshed when the data in their master tables changes
  2. improve the performance of SQL execution when they are used for query rewrites
  3. can be accessed directly using a SELECT statement

  1.   

320.Which of the following is not true regarding DB transactions ?

  1. A set of database operations that are processed partly 
  2. A database transaction is a logical unit of database operations 
  3. A database transaction must be atomic 
  4. A database transaction must contains the ACID property 

  1.   

321.Which of the following are the general are performed during the development of application programs?

  1. Data input
  2. Programs
  3. Editing
  4. Display
  5. All of given

 323. Which of the following is not a type of user interface?

  1. Forms
  2. DB tables

 324. Which of the following is not true about input forms ?

  1. Especially useful when the person entering the data is not familiar with the inner workings
  2. Provide different controls to add data into the tables
  3. One input forms can populate one table at a time 

325.Which of the following is NOT a feature of Context DFD?

  1. one process which resents the entire system
  2. all sources/sinks external entities
  3. sub-processes which explain and decomposed the major process into small processes
  4. data flows linking the process to the sources and

 326.Which of the following is true for the relational  model?

  1. Constraint is a rule that restricts the values in a database.
  2. Degree of a relation is the number of rows in a relation.
  3. Null value is a blank or zero value given to an attribute value
  4. when its value is inapplicable or its value is unknown.
  5. Complex key is a key consisting of more than one attribute.

327.Which of the following most certainly implies the need for an entire table to implement?

  1. A binary relationship
  2. A recursive relationship
  3. A ternary relationship          
  4. An identifying relationship    

  1.           

328.Which of the following constraints enforces entity integrity?

  1. PRIMARY KEY
  2. FOREIGN KEY
  3. CHECK
  4. NOT NULL         

  1.       

330.Which of the following is not true about relational tables?

  1. Column values are of the same kind.
  2. Each row is unique.
  3. Each column must have a unique name.
  4. The sequence of rows is significant.    

  1.                      

331..In a conceptual model for a university, what type of relationship exists between Grade and Student entities?

  1. 1:M         
  2. M:M
  3. Ternary      

  1.                  –

332.Controlling redundancy in a database management system DOES NOT help to

  1. avoid duplication
  2. avoid unauthorized access to data                  
  3. avoid unnecessary wastage of storage space
  4. avoid inconsistency among data .         

  1.          

333.Which of the following is INCORRECT with respect to file systems?

  1. At the physical level, pointer or hashed address scheme may be employed to provide a certain degree
  2. of data independence at the user level.
  3. Some physical organizations use pointers to record blocks to locate records on disk.
  4. A logical record is concerned with efficient storage of information in the secondary storage devices.
  5. The efficiency of a file system depends on how efficiently operations such as retrieve, insert, update, delete may be performed on the information stored in the file.

334.Which of the following functions are NOT performed by a database administrator?

  1. Planning, designing and implementing database systems
  2. Establishing standards and procedures for database systems
  3. Communicating with database users   
  4. Allocation of storage locations and data structure

  1.            –

335.Select the correct statement about the ANSI/SPARC architecture.

  1. The conceptual level is a level of indication between the internal level and the external level.  
  2. The internal level in a database system will definitely be relational.
  3. Any given database has many conceptual schemas and one physical schema, but it has only one external schemas.
  4. The external level is not concerned with individual user perceptions, while the conceptual level is   concerned with a community user perception.  

  1.                     –

336.Which of the following is a correct way to implement one-to-many relationship while designing tables?

  1. by splitting the data into two tables with primary key and foreign key relationships
  2. using a junction table with the keys from both the tables forming the composite primary key of the   
  3. junction table.
  4. by splitting each table into three
  5. as a single table and rarely as two tables with primary and foreign key relationship

337.Which of the following is not a benefit of normalization?

  1. Minimize insertion anomalies
  2. Minimize deletion anomalies
  3. Minimize updating anomalies
  4. Maximize redundancy  

338.Consider the following relation R and its sample data. Consider that these are the only tuples for the given relation

Which of the following statements is NOT correct?

The functional dependency Employee No, Project No -> Department No holds over R.

A.    The functional dependency Employee No, Department No -> Project No holds over R.

B.The functional dependency Employ -> Department No holds over R.

C.The functional dependency Project No -> Department No holds over R   


              –

339.The Entity Relation Model?

  1. Entities, Relationships and Process
  2. Entities and Relationships     
  3. Relationships
  4. Entities      

  1.                  –

340.As part of database naming conventions, attribute names should use suffixes such as ID, NUMBER or CODE ?

  1. foreign key
  2. index
  3. primary key
  4. determinant    

  1.           

341.User rights information is stored in

  1. Physical database
  2. Logical database
  3. Catalog  
  4. Buffer    

342.The data model which describes how the data is actually stored is :

  1. external model
  2. internal model
  3. logical model
  4. none of these

343.Data about data is normally termed as :

  1. Directory
  2. meta data
  3. data bank
  4. none

344.The scheme for hierarchical database is :

  1. a graph
  2. a tree
  3. a B-tree

 345.none which one is an example for network database ?

  1. Unify
  2. Ingress
  3. IDMS
  4. None

346.One of the following is a valid record-based data model :

  1. Object-oriented model
  2. Entity-relationship model
  3. None
  4. Relational model

347.In an object-oriented model, one object can access data of another object by passing :

  1. Message
  2. Instance variable
  3. Variable
  4. None of these

348.SET concept is used in :

  1. Hierarchical model
  2. Network model
  3. Relational model
  4. None

349.A view of database that appears to an application program is known as :

  1. schema
  2. subschema
  3. virtual table
  4. none

350.Choose the DBMS, which supports full-fledged client server application development ?

  1. Oracle 7.1
  2. DBASEIV
  3. FoxPro 2.1
  4. Ingress