Question
At present Meena is eight times her daughter’s
age. Eight years from now, the ratio of the ages of Meena and her daughter will be 9 : 2 respectively. What is the Meena’s present age?Solution
Let the age daughter’s age = x Meena’s age = 8x According to the question, (8x+8)/(x+8) = 9/2 ⇒ 16x + 16 = 9x + 72 ⇒ 16x - 9x = 72 – 16 ⇒ 7x = 56 ⇒ x = 8 ∴ Meena’s present age = 8 × 8 = 64 years.
In paging, the page size is defined by:
A system is in a safe state when:
If every non-key attribute is functionally dependent on the primary key, the relation will be in
A program needs to process elements from a `Queue` until it becomes empty. Which control flow structure is most suitable for this task?Â
Which operation is NOT part of relational algebra?
Consider the following Java code snippetÂ
public class Car {
  private String model;
  private int year;
  publ...
In relational algebra, the operation that combines tuples from two relations using common attribute values is:
What is a table joined with itself called?
Which SQL command is used to retrieve data from a table?
In a relational schema, which normal form eliminates transitive dependencies (i.e., non-prime attribute depends on another non-prime attribute)?