UGC NET DECEMBER 2015 PAPER 3 SOLVED PART – 4
PAGES: 1 2 3 4 61. Consider the following three SQL queries (Assume the data in the people table) : (a) Select Name from people where Age>21; (b) Select Name from people where Height>180; (c) Select Name from people where (Age>21) or (Height>180); If the SQL queries (a) and (b) […]