Question
Roshan purchased 100 rolls of paper for Rs. 20 per roll.
He spent Rs. 400 on their transportation. He also paid 20 paise per roll for packing of each roll. At what price must he sell each roll to gain 25% overall?Solution
Effective cost price of 100 rolls of paper = (100 × 20) + 400 + (100 × 0.2) = 2000 + 400 + 20 = Rs. 2420 Selling price at 25% profit = 1.25 × 2420 = Rs. 3025 Therefore, selling price of each roll of paper = 3025/100 = Rs. 30.25
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?