Question
Who is known as the 'Architect of Modern
India'?Solution
Jawaharlal Nehru is often referred to as the 'Architect of Modern India' due to his significant role in establishing the foundations of a modern, secular, and democratic India.
What is the primary purpose of a `SEQUENCE` in SQL?
What is an SQL `VIEW`?
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 clause is used to filter groups after aggregation (i.e., having aggregated value conditions)?
Which SQL clause is used to group rows?
A transaction in DBMS is said to be atomic if:
Given a table employees(id, dept_id, salary), which query returns departments with average salary greater than overall average across the company?
What is the correct sequence of operations for using an explicit PL/SQL cursor?
What is the main function of a PL/SQL `TRIGGER`?