Question
How many persons are standing in a line, if all of them
are facing south? Some person are standing in a straight line. I  Only one person is standing to the right of A. Only two persons are standing between A and B. B is standing to the immediate left of C. C is standing exactly in the middle. II Only three person are standing to the right of C. Only two persons are standing between C and D. D is standing at the extreme left end.  The questions given below has one question and two statements marked I and II. You have to decide whether the data provided in the statements are sufficient to answer the question. Read both the statements and give answer :Solution
From statement I- Â Â Â Â Â Â Â Â Â Â Â Â Â Â From statement II-Â Â Â Â Â
 Answer: Option 3Â
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?