Question
A train moving at 3/5th of its normal speed
reaches its destination 10 hours late. Find the normal time taken by it.Solution
Let the speed and time be s and t respectively. New speed = 3/5 s and new time = t + 10 According to the question, S × t = 3/5 s(t + 10) St =3/5 st + 6s 5st = 3st + 30s 2st = 30s T = 15 hrs. Alternate Method: Speed ratio = 1: 3/5 = 5:3 So time ratio = 3:5 so here time gap in ratio = 5-3 = 2 ==> 10 1 ==>5 So actual time = 3*5 = 15 hrs
To remove all rows from a table without logging individual row deletions and without firing triggers, which command would you typically use?
What does re.sub(r'(\w+)', r'_\1_', 'hello world') return?
In an E-R diagram, a double rectangle represents a:
Which isolation level allows dirty reads?
Examine the following Java-like code:Â
  ```java
  class Parent {
    String name = "Parent";
    p...
A `FOREIGN KEY` constraint is used to:
In paging, the page size is defined by:
Which SQL clause is used to group rows based on one or more columns?
Which aggregate function returns the number of rows that match a specified criterion?
Which of the following is a significant disadvantage of using a traditional file system compared to an RDBMS?