90 INFORMATIC PRACTICES 2022 COMP
90 INFORMATIC PRACTICES 2022 COMP
(b) Predict the output of the following SQL queries from the above
Table : SCHOOL :
(i) SELECT AVG(Per) FROM SCHOOL WHERE House="Red";
(ii) SELECT Sname, Per FROM SCHOOL WHERE MONTH(Dob)=11;
6 Predict the output of the following SQL queries : 3
(i) SELECT LENGTH("GOOD LUCK");
(ii) SELECT POWER(3, 3);
(iii) SELECT UPPER("examination");
7 Consider a Table "PETDATA" with the following data :
Table : PETDATA