Time Left - 15:00 mins

GATE 2022: Database Management system Quiz-8

Attempt now to get your rank among 382 students!

Question 1

A _________ integrity constraint requires that the values appearing in specified attributes of any tuple in the referencing relation also appear in specified attributes of at least one tuple in the referenced relation.

Question 2

In an entity relationship there are two entities A and B,

A is dominant entity

B is subordinate entity

Which of the following is correct?

Question 3

Which of the following is the correct implementation of max () function in SQL using relational algebra on a table Emp (Sid, Sname, Sal)?

Question 4Multiple Correct Options

Select the correct statement. [Multiple Select Question]
  1. If the every candidate key of relational schema R is simple candidate keys then relation ‘R’ always in the 2NF but may or may not be in 3 NF.
  2. If the every candidate key is a simple candidate key then the partial dependencies possible.
  3. If the every attribute of relation R is prime attribute then the relation R is always in 3NF but may not be in BCNF.

Question 5

The order of an internal node in a B+ tree index is the maximum number of children it can have. Suppose that a child pointer can takes 6 Bytes, the search field value takes 14 Bytes and the block size is 512 Bytes. What is the order of internal node?

Question 6

Given a set of functional dependencies on R (A, B, C, D, E) find number of candidate keys?

A -> B

BC -> E

DE -> A

  • 382 attempts
  • 0 upvotes
  • 1 comment
Oct 3GATE & PSU CS