Question
The simple interest received on a certain sum is Rs. 250
less than the sum invested. If the sum was invested at 15% p.a. for 4 years, then find the simple interest received.Solution
Let the sum invested be Rs. x Therefore, simple interest received = Rs. (x – 250) According to the question, {(x × 15 × 4)/100} = x – 250 => 0.6x = x – 250 => 0.4x = 250 => x = 250/0.4 = 625 Therefore, simple interest received = x – 250 = 625– 250= Rs. 375
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?