Question
Rajat works in a public works department and Uma wants
to initiate action against him by filing a suit for his actions done in official capacity. When can Uma initiate a suit against him?Solution
S. 80. Notice.— (1) Save as otherwise provided in sub-section (2), no suits shall be instituted against the Government (including the Government of the State of Jammu and Kashmir) or against a public officer in respect of any act purporting to be done by such public officer in his official capacity, until the expiration of two months next after notice in writing has been delivered to, or left at the office of……… and, in the case of a public officer, delivered to him or left at his office, stating the cause of action, the name, description and place of residence of the plaintiff and the relief which he claims; and the plaint shall contain a statement that such notice has been so delivered or left.
What is the result of SELECT COUNT(NULL) on any table?
Which SQL function returns the number of rows in a table?
ROW_NUMBER() OVER (PARTITION BY dept ORDER BY salary DESC) assigns:
What is the output of this SQL snippet if the price column contains NULL values?
SELECT SUM(price) FROM products;
Recursive CTEs are mainly used for:
Which operator is used for pattern matching in SQL?
SQL Injection can be prevented by all EXCEPT:
Which SQL clause is used for filtering rows?
Which SQL keyword is used to eliminate duplicate rows in a query result?
Which SQL statement combines the results of two queries and removes duplicates?