2017 Delhi SQL
2017 Delhi SQL
RESULT
NO NAME
C3 ROHAN
(1 Mark for writing the correct RDBMS operation as any one of the
given options)
(½ Mark for writing correct degree)
(½ Mark for writing correct cardinality)
(b) Write SQL queries for (i) to (iv) and find outputs for SQL queries (v) to (viii), which 6
are based on the tables
TABLE : BOOK
Code BNAME TYPE
F101 The priest Fiction
L102 German easy Literature
Page #21 of 28
CBSE AISSCE 2016-2017 Marking Scheme for Computer Science
(Sub Code: 083 Paper Code 91/1 Delhi)
(i) To display all details from table MEMBER in descending order of ISSUEDATE.
Ans MAX(ISSUEDATE)
2017-02-23
Page #22 of 28
CBSE AISSCE 2016-2017 Marking Scheme for Computer Science
(Sub Code: 083 Paper Code 91/1 Delhi)
(½ Mark for correct output)
Ans BNAME
German Easy
OR
BNAME
The priest
German easy
Tarzan in the lost world
Untold Story
War heroes
(½ Mark for writing any one of the above two outputs)
6 (a) State Distributive Laws of Boolean Algebra and verify them using truth table. 2
Page #23 of 28