Question 2058 – Nielit Scientific Assistance CS 15-10-2017
November 9, 2023
Database-Management-System
November 9, 2023
Question 2058 – Nielit Scientific Assistance CS 15-10-2017
November 9, 2023
Database-Management-System
November 9, 2023

Database-Management-System

Question 725
Given relations R(w,x) and S(y,z) the result of
SELECT DISTINCT w,x from R<S
A
R has no duplicates and S is non empty
B
R and S have no duplicates
C
S has no duplicates and R is non empty
D
R and S has the same number of tuples
Question 725 Explanation: 
r has no duplicate, if r can have duplicates it can be remove in the final state. s in non-empty if s is empty then r*s becomes empty.
Correct Answer: A
Question 725 Explanation: 
r has no duplicate, if r can have duplicates it can be remove in the final state. s in non-empty if s is empty then r*s becomes empty.

Leave a Reply

Your email address will not be published. Required fields are marked *