CBSE-CLASS-XII SERIES Information-technology
Sql
4 previous year questions.
Volume: 4 Ques
Yield: Medium
High-Yield Trend
4
2025 Chapter Questions 4 MCQs
01
PYQ 2025
medium
information-technology ID: cbse-cla
Consider the given table GARMENT:
(b) To change the colour of garments with code as 115 to βOrangeβ.
(c) To add a new row with the following data:
GCODE = 117, GNAME = Kurta, SIZE = M, COLOUR = White, PRICE = 1000
(d) To remove the column βCOLOURβ from the table βGARMENTβ.
+--------+--------------+------+--------+-------+ | GCODE | GNAME | SIZE | COLOUR | PRICE | +--------+--------------+------+--------+-------+ | 111 | TShirt | XL | Red | 1400 | | 112 | Jeans | L | Blue | 1600 | | 113 | Skirt | M | Black | 1100 | | 114 | Ladies Jacket| XL | Blue | 4000 | | 115 | Trousers | L | Brown | 1500 | | 116 | Ladies Top | L | Pink | 1200 | +--------+--------------+------+--------+-------+Write SQL commands for the following: (a) To display names of those garments that are available in βLβ size.
(b) To change the colour of garments with code as 115 to βOrangeβ.
(c) To add a new row with the following data:
GCODE = 117, GNAME = Kurta, SIZE = M, COLOUR = White, PRICE = 1000
(d) To remove the column βCOLOURβ from the table βGARMENTβ.
02
PYQ 2025
medium
information-technology ID: cbse-cla
Explain the use of any three aggregate functions in SQL.
03
PYQ 2025
medium
information-technology ID: cbse-cla
................ keyword is used in SELECT statement along with column name to display duplicate values once in the result of an SQL query.
04
PYQ 2025
medium
information-technology ID: cbse-cla
Kritika did not use ASC or DESC keyword with ORDER BY clause. By default in which order will the result of the query be displayed?
About Sql - CBSE-CLASS-XII
Sql is a vital chapter for CBSE-CLASS-XII aspirants. Mastering the concepts covered in this chapter is essential for securing a top rank.
By rigorously practicing the previous year questions associated with this chapter, you can identify high-yield topics, understand the examiner's perspective, and boost your confidence during the actual exam.
Frequently Asked Questions
Why focus on Sql PYQs?
Analyzing PYQs for this specific chapter reveals the most frequently tested concepts and the typical complexity of questions, allowing you to tailor your study plan efficiently.
How to best use this analysis?
Review the topic breakdown to see which sub-topics within Sql carry the most weight. Then, tackle the questions iteratively to solidify your understanding.