SQL UGC NET Previous Year Question Solutions – DBMS

SQL UGC NET Previous Year Question Solutions – DBMS


Question 96 UGC NET June-2020

A – Both Statement I and Statement II are true
B – Both Statement I and Statement II are true
C – Statement I is correct but Statement II is false
D – Statement I is incorrect but Statement II is true

Show Answer With Best Explanation

Answer : C
Explanation:
3 tables


Question 97 UGC NET June-2020

Ques – 97: On the basis of above given table structures, retrieve the distinct employee ID (EMPID) of all employees of university who are working on project No. 20, 30 and 40.
A – SELECT EMPID FROM PROJECTWORK WHERE PROJNO=(20,30,40);
B – SELECT EMPID FROM PROJECTWORK WHERE PROJNO IN (20,30,40);
C – SELECT DISTINCT EMPID FROM PROJECTWORK WHERE PROJNO IN (20,30,40);
D – SELECT DISTINCT EMPID FROM PROJECTWORK WHERE PROJNO=20,30,40;

Show Answer With Best Explanation

Answer : C


Question 98 UGC NET June-2020


A – (A) and (B) only
B – (A) only
C – (B) and (C) only
D – (C) only

Show Answer With Best Explanation

Answer : B


Question 99 UGC NET June-2020


A – (A) and (B) only
B – (A) and (C) only
C – (B) only
D – (C) only

Show Answer With Best Explanation

Answer : D


Question 100 UGC NET June-2020



A – (A) and (B) only
B – (A) and (C) only
C – (B) and (C) only
D – (A) only

Show Answer With Best Explanation

Answer : A


error: Content is protected !!
Open chat
1
Hi,how Can We Help You ?