Question
Under how many categories were the National Awards for
e-Governance (NAeG) 2024 conferred?ÂSolution
The National Awards for e-Governance (NAeG) 2024 were conferred under five categories. • Award Categories: 1. Government Process Re-Engineering. 2. Application of Emerging Technologies for Citizen-Centric Services. 3. District-level initiative in e-Governance. 4. Research on Citizen-Centric Services by Academic & Research Institutions. 5. Replication of Top Technological solutions/initiatives. • Award Components: Each award includes a trophy, certificate, and monetary incentive (Rs 10 lakh for Gold Awardees, Rs 5 lakh for Silver Awardees) to support project implementation or bridge resource gaps for public welfare initiatives.
Which SQL feature allows hierarchical queries (e.g., org chart traversal)?
Which SQL operator is used to search for a pattern in a column?
In SQL, the ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW clause applies to:
Which SQL clause is used to filter records based on aggregate functions?
Which PL/SQL cursor attribute returns `TRUE` if the most recent `FETCH` statement returned a row, and `FALSE` otherwise?
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 is a mandatory component of a PL/SQL function's definition?
Which of the following is a key characteristic that distinguishes a PL/SQL `FUNCTION` from a PL/SQL `PROCEDURE`?
What is the result of SELECT COUNT(NULL) on any table?
Which SQL function is used to calculate the average of a numeric column?