Time Left - 10:00 mins

ECIL GET 2018 : Topic wise test-1 (Database)

Attempt now to get your rank among 679 students!

Question 1

Consider the following in the given table

How many functional dependencies are exists in the canonical cover of this relation.

Question 2

Attribute Y is said to be fully functionally dependent on attribute X if it is

Question 3

How many minimum Relations required from the following ER Diagram which are satisfy 4 NF?

Question 4

SELECT e.ename, d.dname
FROM   emp e, dept d
WHERE  e.deptno = d.deptno
AND    e.sal > 1000;

Determine the capability of the SELECT statement demonstrated in the given query.

A.Selection
B. Filtering
C. Joining
D. Projection

Question 5

In ER-model , weak entity meets which of the following conditions is true?

Question 6

Singleton is

Question 7

Which of the following statements is correct.

Question 8

A secondary index on a non candidate key

Question 9

The concept of clustering index is based on which of the following:

Question 10

An index file consists of :
  • 679 attempts
  • 4 upvotes
  • 14 comments
Apr 1GATE & PSU CS