Question
The AI curriculum launched by MoE and CBSE aligns with
which policy?Solution
The curriculum aligns with the National Education Policy (NEP) 2020 and the National Curriculum Framework for School Education 2023. It aims to integrate technology and critical thinking into early education.Β
Which of the following is a mandatory component of a PL/SQL function's definition?
Which PL/SQL cursor attribute returns `TRUE` if the most recent `FETCH` statement returned a row, and `FALSE` otherwise?
What is the primary purpose of a PL/SQL `CURSOR`?
Which SQL clause is used for filtering rows?
In normalization, which normal form removes transitive dependencies?
What is the main function of a PL/SQL `TRIGGER`?
Given a table employees(id, dept_id, salary), which query returns departments with average salary greater than overall average across the company?
Which of the following SQL constructs avoids returning duplicate rows?
Which clause is used to sort query results in SQL?
What is the primary purpose of a `SEQUENCE` in SQL?