Page:15
Below are the scanned copy of Kerala Public Service Commission (KPSC) Question Paper with answer keys of Exam Name 'Accounts Assistant - Kerala State Poultry Corporation Ltd' And exam conducted in the year 2023. And Question paper code was '108/2023'. Medium of question paper was in Malayalam or English . Booklet Alphacode was 'A'. Answer keys are given at the bottom, but we suggest you to try answering the questions yourself and compare the key along wih to check your performance. Because we would like you to do and practice by yourself.
96.
97.
98.
99.
100.
108/23
Which of the following operator is used to compare a value to a list of literals values
that have been specified ?
A) IN B) LIKE C) ANY D) ALL
The information of students in a college is stored in the relation
students (name, category, indexmark, deptName)
What will be the output of the following query ?
SELECT deptName FROM students WHERE
category = ‘GENERAL’ GROUP BY deptName
HAVING AVG (indexmark) > (select AVG (indexmark) FROM students)
A) Returns the names of the department in which the average index mark is more
than the average index mark in the college
B) Returns the names of the department in which the average index mark of
general category students is more than the average index mark of the general
category students in the college
C) Returns the names of the department in which the average index mark of general
category students is more than the average index mark of the students in the
same department
D) Returns the names of the department in which the average index mark of general
category students is more than the average index mark in the college
Which of the following is used to respond to requests for web pages ?
A) Web Server B) Web Browser C) Search Engine D) URL
Which is the correct HTML codes for a vertical frameset with 3 frames ?
A)