Top 1000+ Database Subject Mcqs Pdf Download Set No 15
701.Making a change to the conceptual schema of a database but not affecting the existing external schemas is an example of
- Physical data independence
- Concurrency control
- all
- Logical data independence
702. What does this SL statement do?
- Grant permission to Amelia only to retrieve data from Employee table and grant permission to Heroin, only to
- update the designation from Employee table.
- Grant permission to Heroin in order to grant, and update permission to Amelia.
- Grant permission to Amelia & Heroin to update designation of employees in the Employee table
- Grant permission to Amelia and Heroin to update all data except designation in Employee table
703. Which key word is available in SL to enforce referential integrity?
- Check
- Primary Key
- Set Default
- Unique
704. Which of the following statements are Data Definition Language command?
- INSERT
- UPDATE
- GRANT
- TRUNCATE
705. How many clustered indexes do each database table have?
- 2
- 4
- 5
- 6
706. Which of the following is true about DELETE command?
is DDL Command.
- Resets identity of the table
- cannot activate a trigger
- Can be Rolled back
707.Which of the following will be deleted relating to a table if you use TRUNCATE command?
- all rows in a table
- indexes
- table structure and its columns
- constraints
708.Which of the following is not true about De normalization?
- It is the process of attempting to optimize the performance of a database
- De normalization is a technique to move from lower to higher normal forms of database modeling
- In de normalization it is required to add redundant data.
- It enhances the performance of DB
709.Which of the following is not a feature of TRANSACTION?
- Users should be able to regard the execution of each transaction as atomic.
- Each transaction, run by itself.
- must preserve the consistency of the database
- dependant on other concurrent transactions
710.Which of the following gives all the fields from employee table named as EMP?
- from EMP;
- emp* from EMP’
- emp_id where EMP;
- where EMP;
711.Suppose there are 4 fields in a table named CUST customer id, first name, last-named, phone.
Which of the following gives all the information of the customers in the table whose last name is ALI?
- FROM CUST WHERE last-named=’ALI’;
- FROM CUST WHERE last-named=ALI;
- FROM CUSTOMER WHERE name=ALI;
- FROM CUSTOMER WHERE last-named=ALI;
712.Identify the statement with respect to normalization.
- Normalization is a formal technique that can be used only at the starting phase of the database design.
- Normalization can be used as a top down standalone database design technique
- The process of normalization through decomposition must achieve the lossless join
- Property at any cost whereas the dependency reservation property is sometimes sacrificed.
713. The process of normalization through decomposition must achieve the dependency reservation property at any cost whereas the lossless join property is sometimes sacrificed Which of the following is not true with respect to demoralization?
- A demoralized data model is not the same as a data model that has not been normalized
- Demoralization takes place before the normalization process
- It is an attempt to optimize the performance of database
- Demoralization process cannot be initiated before the Database design
714. Which of the following is in 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
715.Which of the following types of partitioning reduces the chances of unbalanced partitions?
- Vertical
- List
- Hash
- Range
716.DML commands are used for inserting data into databases
- creating databases
- destroying databases
- creating DB objects
- none
717.Which of the following is IN with respect to file systems?
- At the physical level
- independence at the user level.
- A logical record is concerned with efficient storage of information in the secondary storage devices.
- pointer or hashed address scheme may be employed to provide a certain degree of data
718.Some physical organizations use pointers to record blocks to locate records on disk. 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. Which of the following is regarding Dataflow diagram?
- Single DFD is required to resent a system
- The dataflow must be bidirectional
- Created at increasing levels of detail
719.The statement among the following on proper naming of schema constructs
- Entity type name applies to all the entities belonging to that entity type and therefore a plural name is selected for
- entity type.
- In the narrative description of the database requirements, verbs tend to indicate the names
- of relationship types.
- The nouns arising from a database requirement description can be considered as names of attributes
- Additional nouns which are appearing in the narrative description of the database requirements resent the weak entity type names.
720.identifying the owner entity type relevant to a given entity type
- the role that a participating entity from the entity type plays in each relationship instance
- whether the existence of an entity depends on it being related to another entity via the relationship
- type.
- the constraints applicable in granting access to tables, columns and views in a database schema.
- all
721.Identify the statement
- Entity integrity constraints specify that primary key values can be composite.
- Entity integrity constraints are specified on individual relations.
- Entity integrity constraints are specified between weak entities.
- When entity integrity rules are enforced, a tuple in one relation that refers to another relation must refer to a n existing tuple.
722.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 increase.
733.Which of the following is not true regarding Indexes?
- Index can be defined even when there is no data in the table
- It support Range selections
- It can be created using ‘Create Index’ statement
- It can not be created on composite attributes
734.While recovering data, which of the following files does a recovery m anger examines at first?
- A system file
- Log file
- Data dictionary
- Metadata
735.The main memory of a computer system is also known as?
- ROM
- RAM
- PROM
- Hard disk
736.___ __is a control that enables users to one from an associated list; users can also type an Combo box ?
- Button
- Text box
- Static area
737.The records data by burning microscopic holes in the surface of the disk with a laser?
- Hard disk
- RAM
- Optical disk
- Floppy disk
738.Which of following is NOT generally the aim of data partitioning and placement of data?
- Reduce Workload
- Balance Workload
- Merging different relations
- Speed up rate of useful works.
739.ALTER TABLE?
RENAME COLUMN _description TO _Descp, Std_ID to Student_ID. Syntax of
- ALTER TABLE is NOT .
- True
- False
740.Which of the following is true regarding Index?
- Index can only be created for a single table in database
- Index can maximum be created for two tables in database
- Index can be created for every table in the database
- Index should be created for every table in the database
741.Which feature of database provides conversion from inconsistent state of DB to a consistent state ensuring minimum data loss?
- User accessible catalog
- Data processing
- Authorization service
- Recovery service
742.Which of the following statements is true about the views?
- view is always a complete set of all the tables in a database
- View can not be used for retrieving data
- The results of using a view are not permanently stored in the
- database.
- Rows can not be updated or deleted in the view
743. Which of the following is true about TRUNCATE?
- Can be Rolled back.
- Activates Triggers
- is DML Command.
- Resets identity of the table.
744.Which of the following will be deleted relating to a table if you use TRUNCATE command?
- indexes
- table structure and its columns
- constraints
- all rows in a table
745.Which of the following is not true about relational tables?
- Column values are of the same kind.
- Each row is unique.
- Each column must have a unique name.
- The sequence of rows is significant.
746.Which of the following is not true about Demoralization?
- It is the process of attempting to optimize the performance of a database
- Demoralization is a technique to move from lower to higher normal forms of database modeling
- In demoralization it is required to add redundant data.
- It enhances the performance of DB
747.Which of the following is the way to find out the size of Cartesian product incase of CROSS JOIN?
- the number of columns in the first table multiplied by the number of columns in the second table.
- the number of columns in the first table multiplied by the number of rows in the second table.
- the number of rows in the first table multiplied by the number of columns in the first table.
- the number of rows in the first table multiplied by the number of rows in the second table
748.Which of the following is IN about VIEWS?
- It is not possible to left out the data which is not required for a specific view
- A database view displays one or more database records on the same .
- Views can be used as security mechanisms
- Views are generally used to focus the perception each user has of the database.
749.What is the maximum limit of keys in context with Indexed sequential files?
- 255
- 235
- 0
- none
750.Structural constraints of a relationship type refer to identifying the owner entity type relevant to a given entity type
- the role that a participating entity from the entity type plays in each relationship instance.
- the constraints applicable in granting access to tables, columns and views in a database schema.
- whether the existence of an entity depends on it being related to another entity via the relationship type.