Question
Rs 1215 is divided among 6 men, 5 women and 3
boys so that the share of a man, a woman and a boy may be in the ratio of 5:6:7. What is the share of a woman?Solution
Let the amount of men, women and boys be 6x, 5x and 3x. Share of men= 6x × 5 = 30x Share of women = 5x × 6 = 30x Share of boys = 3x × 7 = 21 x ⇒ 30x + 30x + 21x = 1215 ⇒ 81x = 1215 ⇒ x = 15 Share of a woman = 30x/5 = 450/5 = 90
Query optimization heuristics often include:
Which system call is used to create a new process in UNIX/Linux?
Indexes improve query performance but can degrade performance of:
Which type of relationship exists when a record in one table can relate to multiple records in another table, and vice versa?
A relation is in 2NF if:
Which key uniquely identifies a record in a table?
What is a table joined with itself called?
Which of the following schedules is serializable?
ACID properties in DBMS ensure:
Which SQL clause is used to group rows based on one or more columns?