Question
If 20% of (A + B) = 30% of (A – B), then what
percentage of B is equal to A?Solution
(A+B) Ă—20/100 = (A-B) Ă—30/100 2A+2B =3A-3B 5B=A B/A =1/5 ATQ- B Ă— x% =A 1Ă— x/100 = 5 x = 500%
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?