Question
A number is first increased by 35% and then decreased by
35%. If the net change in the number is 302.5, then find the original number.Solution
ATQ, Let the original number be '100a'. Final number = 100a x (135/100) x (65/100) = '87.75a' Net decrease = 100a - 87.75a = '12.25a' Or, 12.25a = 302.5 Or, 'a' = 302.5 / 12.25 = 24.69 Therefore, required number = 100a = 24.69 x 100 = 2469
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?