Question
Two students appeared in an exam and one secured 13
marks more than the other. If marks of student who got more marks is 60% of the sum of the marks of both of them, then find the marks obtained by them.Solution
Let total marks obtained by both of them is x and y respectively. x – y = 13 And, x = 0.6 × (x + y) x = 0.6 × (13 + y + y) x = 0.6 × (13 + 2y) x = 7.8 + 1.2y 13 + y = 7.8 + 1.2y 0.2y = 5.2 y = 26 x = 26 + 13 = 39
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?