Question
A man deposited Rs. 7000 at 10% compound interest,
compounded annually while Rs. 6500 at 13% simple interest per annum. What will be the difference between the compound interest and the simple interest earned by him after 3 years?Solution
Compound interest earned by the man in 3 years = 7000 Γ {(1 + 10/100)3 β 1)} = 7000 Γ 0.331 = Rs. 2317 Simple interest earned by the man in 3 years = 6500 Γ 0.13 Γ 3 = Rs. 2535 Required difference = 2535 β 2317 = Rs. 218
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?