Question
A man walks 4 miles North form a place. Then turns left
and walks 6 miles. Again he turns right and walks 3 miles. After turning right he walks 4 miles from there and then take rest of half an hour. After the rest he walks 2 miles in the same direction. Then he turns right and walks 1 mile. At last point which direction the man will be facing?Solution
The correct answer is B
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?