Question
Marked price of an article is Rs.1200 more than the cost
price. When the same article is sold at a discount of Rs.200, the profit percent earned is 25%. To earn a profit of 30%, at what price the article should be sold?Solution
Let CP of an article be Rs.x And MP = Rs.(1200 + x) According to question, => (1200 + x) – 200 = [x × 125/100] => 1000 + x = 5x/4 => x = 4000 SP of an article = [(100 + 30)/100] × 4000 = Rs.5200
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?