CS403 - Database Management Systems
CS403 - Database Management Systems
Objective Questions
Question
Which feature of database provides conversion from inconsistent state of DB to a consistent state
ensuring minimum data loss?
2. Data processing
3. Authorization service
4. Recovery service
Question
Each course section is assigned a particular faculty member, and each course section corresponds to a
particular course. Conceptually, what is the relationship between faculty and course (not course section).
1. 1:1
2. 1:M
3. M:M
4. Ternary
Question
Consider the given relations Student and Instructor as given below. Please note that Fname and Lname
also denote the First Name and Last Name respectively.
Which of the following statements is correct with respect to the two relations given above?
1. The two relations are not union-compatible since their attribute names differ.
2. The two relations are union-compatible since they have the same type of tuples.
3. The set operations such as CARTESIAN PRODUCT and DIVISION can be pplied on these two relations.
4. To find out the students who are not instructors, it is necessary to perform the operation Student ÷ Instructor.
Question
Which of the following is used to add or drop columns in an existing table?
1. ALTER
2. HAVING
3. SELECT
4. THEN
Question
Which of the following is true about TRUNCATE?
2. Activates Triggers.
3. is DML Command.
Question
Which of the following is a correct way of selecting all the columns from a table called PERSONS?
Question
Which of the following is the correct way to find out the size of cartesian product incase of CROSS JOIN?
1. the number of columns in the first table multiplied by the number of columns in the second table.
2. the number of columns in the first table multiplied by the number of rows in the second table.
3. the number of rows in the first table multiplied by the number of columns in the first table.
4. the number of rows in the first table multiplied by the number of rows in the second table.
Question
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?
1. 24
2. 32
3. 12
4. 16
Question
Which of the following is NOT a feature of Indexed sequential files?
Question
Which of the following is INCORRECT about VIEWS?
1. It is not possible to left out the data which is not required for a specific view.
2. A database view displays one or more database records on the same page.
4. Views are generally used to focus the perception each user has of the database.
Question
Which of the following statements is true about the views?
3. The results of using a view are not permanently stored in the database.
Question
Which of the following is not one of the properties of Transaction?
1. atomicity
2. consistency
3. redundancy
4. durability
Course Codes
ACC501 CS101 CS201 CS301 CS401 CS402 CS403 CS501 CS502 CS504 CS506
CS601 CS604 CS605 CS607 CS609 CS610 CS614 CS707 CS710 ECO401 ECO404
ENG201 ENG301 IT430 MGMT623 MGT101 MGT211 MGT301 MGT401 MGT501 MGT503