Question
Statements: All Bikes are Cars. Some Cars are
scooty. Conclusions: I. Some Bikes are scooty. II. Some Cars are Bikes. III. Some Cars are not Bikes. In each of the questions below are given two statements followed by three conclusions numbered I, II and III. You have to take the given statements to be true even if they seem to be at variance with commonly known facts. Read all the conclusions and then decide which of given conclusions logically follows from the given statements disregarding commonly known facts.Solution
A + I = No conclusion. Hence, conclusion I will not follow. All Bikes are Cars (A) ⇒ conversion ⇒ Some Cars are Bikes. Hence, only conclusion II will follow but conclusion III will not follow.
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?