Sample Questions:: Section I: Subjective Questions
Sample Questions:: Section I: Subjective Questions
Sample Questions:
1. In the following type of schedule, for any database state, the effect of executing the first
schedule is identical to the effect of executing the second schedule.
1] Equivalent schedule
2] Serial schedule
3] Serializable schedule
4] Atomic
2. Allowing multiple transactions to update data concurrently causes several complications with
the following
1] consistency of data
2] rewriting of data
3] summary of data
4] execution of data
3. Following operator finds the common tuples in two relations with like attribute.
1] Set difference
2] Set intersection
3] Set union
4] join
4. When data which has a single value is normally in the following form
1] first normal
2] second normal
SYMBIOSIS CENTRE FOR DISTANCE LEARNING (SCDL)
Subject: Database Management Systems
3] third normal
4] fourth normal
6. A user who is granted a privilege can pass the privilege on the other users by using the
following
1] revoke
2] with pass option
3] with grant option
4] with select option
7. With SQL, how do you select an EmpName from a table name 'Employee' where the value of
the column 'LastName' starts with 'P'?
1] Select * from Employee where LastName Like '%p'
2] Select from Employee where LastName Like 'P%'
3] Select EmpName from Employee where LastName Like 'P%';
4] Select from Employee where LastName='%P'
9. Allowing multiple transactions to update data concurrently causes several complications with
the following
1] consistency of data
2] rewriting of data
3] summary of data
4] execution of data
10. Following level of abstraction describes complex low- level data structure in details
1] Physical
2] Logical
3] View
4] User
15. A database management system is a combination of software and hardware that can be used to
do the following
1] Setup Database
2] Monitor Database
3] Update and Retrieval of Database
4] send emails
3] Resource Manager
4] Language
20. The transaction is recorded in a _________which keeps track of all transactions that update the
DB.
1] Log
2] Database
3] CD
4] Disk
21. Java transaction API(JTA) is a part of J2EE and offers _________ capabilities
1] XA
2] YA
3] AB
4] XY
23. A join is a query that combines _________ from two or more tables.
1] rows
2] tables
3] data
4] attributes
3] natural
4] Unified
28. Any DDL statement after _________ of table schema updates metadata.
1] Creation
2] Deletion
3] Updation
4] Modification
29. Concurrent execution of user programs is essential for good DBMS performance.
30. At the logical level all the records can be described as a block of consecutive storage location.
31. WHERE clause condition compares two columns each from same table.
32. Database name cannot begin with an underscore.
33. An SQL trigger can be directly called from an application.
34. Relational algebra is not used for query optimization.
35. With the help of scalable SQL, you can store the data in tables, but cannot modify it.
36. According to 4NF, no table may contain two or more 1:n or n:m relationships that are not
directly related.
37. All locks held by a transaction are not released when the transaction completes.
38. For the Set operations on relations, both operands must have the same scheme.
4] XA 4] Extended Architecture
5] Extended Archive
5] Projection operation
5] ~ symbol
6] s operator