Question
A and B enter into a partnership with their initial sum
of Rs.35000 and Rs.40000 respectively. After 6 months, a third person C also joins them with his initial sum Rs.20000. After a year if total profit is Rs.6800 then find the profit share of B.Solution
Profit of A : B : C = 35000 x 12 : 40000 x 12 : 20000 x 6 = 7:8:2 Therefore, profit of B = (8/17) x 6800 = Rs.3200
An RDBMS provides mechanisms for data integrity, such as primary keys and foreign keys, which are generally lacking in:
Which constraint ensures that no duplicate values exist in a column?
Query optimization heuristic that “pushes selections down” improves:
Multiversion Concurrency Control (MVCC) ensures:
Which system call is used to create a new process in UNIX/Linux?
Given a `Queue` data structure with `enqueue` and `dequeue` operations. What is the element returned by the last `dequeue` operation in the following se...
Consider a `Stack` data structure implemented with `push` and `pop` operations. What is the final state of the stack after the following sequence of ope...
Which of the following operators is used to compare a value to a list of literal values that have been specified?
Phantom Reads occur when:
Which SQL command is used to remove a table from the database?