Question
A sum of Rs. 4,000 becomes Rs.
6,912 in 3 years at a certain rate of interest compounded annually. What is the rate of interest?Solution
 Let the rate of interest be 'r'%. 4000 X [1 + (r/100)]³ = 6912 Or, 4000 X [(100 + r)³ / (100 X 100 X 100)] = 6912 Or, (100 + r)³ = (6912/0.004) = 1728 X 1000 Or, (100 + r)³ = 12³ X 10³ Or, 100 + r = 120 Or, r = 20%
Which of the following ACID properties ensures that either all operations within a transaction are completed successfully, or none are?
Which constraint ensures that a column contains only unique values, but allows NULL values?
Query optimization heuristics often include:
Given a `Queue` data structure with `enqueue` and `dequeue` operations. What is the element returned by the last `dequeue` operation in the following se...
During transaction before commit which of the following statements is done automatically in case of shutdown?
Indexes improve query performance but can degrade performance of:
The 'thrashing' in an operating system is related to:
Which property of a transaction ensures that either all operations within the transaction are completed successfully, or none of them are?
In a relational database, what is a candidate key?
In a relational database, which relationship allows multiple records in one table to be associated with multiple records in another table?