Question
A man invested certain sum at simple interest of r% p.a.
such that it amounts to 140% of itself in 2 years. Find the interest earned when Rs. 3200 is invested at simple interest of r% p.a. for 3 years.Solution
Let the sum invested be Rs. ‘P’ Therefore, interest earned in 2 years = 1.4P – P = Rs. 0.4P ATQ; 0.4P = (P × r × 2) ÷ 100 Or, r = 40 ÷ 2 Or, r = 20 So, required interest earned = (3200 × 20 × 3) ÷ 100 = Rs. 1920
Which command removes all rows but keeps table structure?
Which operator is used for pattern matching in SQL?
In PL/SQL, what type of parameter allows a procedure to both receive a value from the calling environment and return a modified value back to it?
ROW_NUMBER() OVER (PARTITION BY dept ORDER BY salary DESC) assigns:
In SQL, the ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW clause applies to:
Which type of index physically reorders the data rows in the table itself based on the index key, meaning the data is stored in the order of the index?
Deadlock in DBMS can be prevented using:
What is an SQL `VIEW`?
Which type of index physically reorders the data rows in the table itself based on the index key, meaning the data is stored in the order of the index?
In PL/SQL, what type of parameter allows a procedure to both receive a value from the calling environment and return a modified value back to it?