201.Suppose there are 8 rows and 4 columns in TABLE1 and 3 rows and 4 columns in TABLE2;what is the size of the Cartesian product incase of CROSS JOIN between these two tables ?
( The number of rows in the first table multiplied by the number of rows in the second table )
- 24
- 12
- 16
- 6
202.Which of the following is not one of the properties of Transaction?
- atomicity
- consistency
- redundancy
- durability
203.Which of the following is INCORRECT 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 page.
- Views can be used as security mechanisms
204. Relationship ?what is the relationship between faculty and course
- 1M
- MM
- Ternary
205.Which of the following is used to add or drop columns in an existing table?
- ALTER
- HAVING
- SELECT
206.Which of the following is a correct way of selecting all the columns from a table called PERSONS?
- SELECT FROM * Persons
- SELECT * FROM Persons
- SELECT * WHERE Persons
- SELECT WHERE * Persons
207.Which of the following is NOT a feature of Indexed sequential files ?
- Records are stored in sequence and index is maintained.
- Dense and nonsense types of indexes are maintained.
- Track overflows and file overflow areas can not be ensured.
- Cylinder index increases the efficiency
208.Consider the given relations Student and Instructor as given below.
Please note that First Name and Last Name also denote the First Name and Last Name respectively.
Which of the following statements is correct with respect to the two relations given above?
- The two relations are not union-compatible since their attribute names differ.
- The two relations are union-compatible since they have the same type of tuples .
- The set operations such as CARTESIAN PRODUCT and DIVISION can be piped on these two relations .
209.Which of the following serves as a milestone or reference point in the log file?
- Constraints
- Relations
- Check points
- Transactions identities
210.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
211.Which of the following are the general activities , which are performed during the development of application programs?
- Data input
- programs
- Editing
- Display
- All of given
212.Browser based forms are developed in the following tools EXCEPT
- HTML
- Scripting language
- Front Page
- Web-based Forms
213.Which of the following is not a form of optical disk?
- WORM
- Erasable Optical
- EEPROM
- CD ROM
214.Which of the following is the correct description of cache hit?
- When data is found in the cache
- When data is removed in the cache
- The number of times the cache is accessed directly by the processor
- When data is lost from the cache
215. In which of the following situations?
- Relatively static
- Relatively deletion
- Relatively dynamic
216. Only one type of constraint can be enforced in any table by CREATE command
- True
- false
217.Which of the following is disadvantage of chaining technique to handle the collisions ?
- Unlimited Number of elements
- Fast re-hashing
- Overhead of multiple linked lists
- Maximum number of elements must be known
218.An entity can be logically connected to another by defining a ____. hyperlink
- common attribute
- primary key
- super key
219.You can’t modify more than one table at a time through a view.
- True
- False
220.Which of the following is one of the purposes of using DML commands ?
- Creating databases
- Destroying databases
- Inserting data in tables
- None
221.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
222.What is the alternate name of Data Dictionary?
- Index
- Metadata Data
- System Catalog
223.IN function helps reduce the need to use multiple AND conditions .
- True
- False
224.Browser based forms are developed in the following tools EXCEPT HTML Scripting language
- File Version 1.0.1
- Front Page
- Web-based Forms
225.Which of the following are the general activities , which are performed during the development of application programs?
- Data input
- programs
- Editing
- Display
- All of given
226.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
- It enhances the performance of DB
- In de-normalization it is required to add redundant data.
227.Which of the following gives all the fields from employee table named as EMP?
- SELECT * from EMP ;
- SELECT emp* from EMP’
- SELECT emp_id where EMP;
- SELECT * where EMP;
- all
228.Which of the following types of partitioning reduces the chances of unbalanced partitions?
- Vertical List
- Hash
- Range
229.While recovering data, which of the following files does a recovery manager examines at first?
- A system file
- Log file
- Data dictionary
- Metadata
230.Which of the following is NOT a feature of Indexed sequential files ?
- Records are stored in sequence and index is maintained.
- Dense and nonsense types of indexes are maintained.
- Track overflows and file overflow areas can not be ensured.
- Cylinder index increases the efficiency
231.ALTER TABLE exams
RENAME COLUMN Q_description TO Question_Descp, Studied to Student_ID. Syntax of ALTER TABLE
- True
- False
232. Which of the following SQL commands deletes a record of an employee with the employee_id 12345, from a table named PERSON.
- DELETE FROM person WHERE employee_id = ‘12345’
- DELETE WHERE person FROM employee_id = 12345
- DROP FROM person WHERE employee_id = 12345
- DELETE WHERE person WHERE employee_id = 12345
233.Which of the following is not a form of optical disk?
- CD ROM
- WORM
- Erasable Optical
- EEPROM
234.Which of the following is the correct description of cache hit?
- When data is found in the cache
- When data is removed in the cache
- The number of times the cache is accessed directly by the processor When data is lost from the cache
235.In which of the following situations , Clustering is suitable Frequently updating
- Relatively static
- Relatively deletion
- Relatively dynamic
236.Which of the following is disadvantage of chaining technique to handle the collisions ?
- Unlimited Number of elements
- Fast re-hashing
- Overhead of multiple linked lists
- Maximum number of elements must be known
237.Which of the following is NOT a component of a DFD?
Select correct option Dataflow
- Data store
- External entities
- Relationship between external entities
238.Laser records data by burning microscopic holes in the surface of the disk with a
- Hard disk
- RAM
- Optical disk
- Floppy disk
239.Which of the following concepts is applicable with respect to 3NF?
- Full functional dependency
- Any kind of dependency
- Transitive dependency
- Partial functional dependency
240.Which of the following is NOT a feature of a good interface?
A. Process based
B. Data structure based
C. User friendly
D. Consistency
241.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
- Logical data independence.
- Functional dependency
242.Which key word is available in SQL to enforce referential integrity?
- Check
- PK
- Set Default
- Unique
243.Which of the following statements are Data Definition Language command?
- INSERT
- UPDATE
- GRANT
- TRUNCATE
244. How many clustered index(es ) do each database table have?
- 2
- 3
- 5
- 1
245.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
246.Which of the following will be deleted relating to a table if you use TRUNCATE command?
- indexes
- table structure
- columns
- constraints
- all rows in a table
247.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
248.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.
- the consistency of the database
- dependant on other concurrent transactions
249.Identify the correct 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.
- The process of normalization through decomposition must achieve the dependency reservation property at any cost whereas the lossless join property is sometimes sacrificed.
250.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