Question
Statement: Atleast some goa are Shimla. A
few Shimla are Nainital. Only a few Delhi are Shimla.      All Shimla are Agra.  Conclusion:  All Nainital being Delhi is a possibility. Few Delhi may not be Agra. All Delhi are Agra is a possibility. Some Goa may be Delhi. In each of the question below are given some statements followed by some conclusions. 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 the given conclusions logically follows from the given statements, disregarding commonly known facts.ÂSolution
Some Delhi are Shimla (I) + Some Shimla are Nainital (I) → Probable conclusion → All Nainital may be Delhi (A). Hence conclusion I follows. Some Delhi are Shimla (I) + All Shimla are Agra (A) → Some Delhi are Agra (I) → Probable conclusion → Some Delhi may not be Agra (O) and All Delhi may be Agra (A). Hence both conclusion II and III follows. Some Goa are Shimla (I) + Some Shimla are Delhi (I) → Probable conclusion → Some Goa may be Delhi (I). Hence conclusion IV follows. Alternate Method -
Which of these ensures referential integrity?
In the context of computer networks, what is the primary function of a router?
You have a Python list of fruits and want to extract a specific sub-list using slicing.
 Complete the missing part of the code to obtain the sub...
Which concurrency anomaly is specific to phantom reads?
Which key uniquely identifies a record in a table?
If every non-key attribute is functionally dependent on the primary key, the relation will be in
Indexes improve query performance but can degrade performance of:
Consider the following Python-like pseudo-code for a modified Merge Sort algorithm that sorts an array `arr` and also counts the number of "reverse pair...
A view in SQL is:
Which SQL isolation level allows phantom reads but prevents dirty reads and non-repeatable reads?