Question
Tap A can fill a tank in 12 hours. Tap B can fill 12.5%
part of the same tank in 2 hours, whereas Tap C can alone empty a tank in ‘x’ hours. 5/8 part of the tank is filled in 6 hours, when all three taps are opened together. How much time (in hours) will Tap A and C together will take to fill 25% part of the tank?Solution
 Tap A alone can fill the tank in = 12 hours. Tap B alone can fill the tank in = (8/1) × 2 = 16 hours Tap C alone can empty the tank in = x hours (A + B +C) together can fill the tank in = 6 × (8/5) = 48/5 Taking LCM of 12, 16 and 48/5 = 48 Efficiency of Tap A = 4 Efficiency of Tap B = 3 Efficiency of Taps (A + B +C) = 5 Efficiency of Taps (A +C) = 5 – 3 = 2 Tap A and C together take to fill 25% part of the tank in, => (25/100) × (48/2) = 6 hours
Which SQL constraint ensures that a column cannot have NULL values?
A view in SQL is:
Which SQL command is used to retrieve data from a table?
Which of the following is a common technique for concurrency control in databases?
Which of the following matches the definition given below: It is an artificial key that aims to uniquely identify each record.
Which SQL statement is used to remove all rows from a table without logging individual row deletions?
When implementing a `Graph` traversal algorithm like Depth-First Search (DFS) recursively, what is the primary control flow mechanism that manages the o...
Which of the following is a significant disadvantage of using a traditional file system compared to an RDBMS?
Distributed transactions typically use which protocol for atomicity?
Which of the following is a DML command?