CUET-UG SERIES
Dbms

Sql

2 previous year questions.

Volume: 2 Ques
Yield: Medium

High-Yield Trend

2
2023

Chapter Questions
2 MCQs

01
PYQ 2023
medium
dbms ID: cuet-ug-
HAVING clause in SQL is used to specify conditions on the rows with
1
where clause
2
where clause
3
from clause
4
Group by clause
02
PYQ 2023
medium
dbms ID: cuet-ug-
Which of the following statements are true?
(A) Where condition in SQL can include aggregate functions.
(B) Having condition in SQL can include aggregate functions.
(C) SQL set operators tend to combine columns from two or more tables.
(D) GROUP BY function is used to group rows of a table that contain the same values in a specified column.
(E) Minus operator is also known as intersect operator.
Choose the correct answer from the options given below:
1
(A) and (C) only
2
(C) and (E) only
3
(B) and (D) only
4
(A), (C) and (E) only