-->

Exception Handling & Generate Functions

Question
CBSEENCO12011550

Observe the following table CANDIDATE carefully and write the name of the RDBMS operation out of (i) SELECTION (ii) PROJECTION (iii) UNION (iv) CARTESIAN PRODUCT, which has been used to produce the output as shown in RESULT ? Also,find the Degree and Cardinality of the RESULT.

TABLE: CANDIDATE

No NAME STREAM
C1 AJAY LAW
C2 ADITI MEDICAL
C3 ROHAN EDUCATION
C4 RISHAB ENGINEERING

RESULT

No NAME
C3 ROHAN

Solution

(i) SELECTION
OR
(ii) PROJECTION
The Degree and Cardinality of the RESULT.
DEGREE = 2
CARDINALITY = 1