Time Left - 15:00 mins

DBMS Rapid Quiz - 2 (App update required to attempt this test)

Attempt now to get your rank among 720 students!

Question 1

Assume a schedule having three transaction T1, T2, T3 with 5, 4 and 4 operation respectively. The number of schedules which are concurrent but not serial is_____________.

Question 2

What is the meaning of the following given SQL clause?
LIKE “%0%0%”

Question 3

The enterprise used in the example is the banking enterprise with the following schemas:
Loan-schema=(branch-name, loan-number ,amount)
Borrower-schema=(customer-name, loan-number)
Depositor-schema=(customer-name, account-number)
Query: The name of all the customers who have both a loan and an account. Then which of the following is false wrt to the query

Question 4

Consider the following key sequence:

10, 3, 6, 8, 4, 2, 1


Let order of the node be 3 where order of the node denotes the no of pointers in a particular node.


Let Y be the no of times node splitting occurs while insertion is done to the B+ tree and X be the no of time node splitting occurs when insertion is made to B tree. What is the magnitude of X-Y?

Question 5

Consider an Entity-Relationship (ER) model in which entitysets E1 and E2 are connected by an m : n relationship R12. E1 and E3 are connected by a 1 : n (1 on the side of E1 and n on the side of E3) relationship R13.
E1 has two single-valued attributes a11 and a12 of which a11 is the key attribute. E2 has two single- valued attributes a21 and a22 of which a21 is the key attribute. E3 has two single-valued attributes a31 and a32 of which a31 is the key attribute. The relationships do not have any attributes.
If a relational model is derived from the above ER model, then the minimum number of relations that would be generated if all the relations are in 3NF is_________.

Question 6

Suppose x is a component of some tuple, and the domain for that component of some tuple, and the domain for that component is the integers. If x has the NULL, what is the value of
i. 0 * x
ii. x – x
  • 720 attempts
  • 1 upvote
  • 1 comment
Apr 1GATE & PSU CS