Question
Statements: Only a few Bullet are Gun.
Only Gun are Shoot. Some Gun are Rifle. All Sticker are Rifle. Conclusion: I. No Shoot is Bullet. II. All Sticker are Shoot is a possibility. III. Some Rifle are not Bullet. In the questions given below, there are three statements followed by three conclusions I, II, and III. You have to take the three given statements to be true even if they seem to be at variance from commonly known facts. Read all the conclusions and then decide which of the given conclusions logically follows from the three statements disregarding commonly known facts.Solution
Only Gun are Shoot β All Shoot are Gun (A) and Shoot cannot have positive relation with anyone. Hence conclusion I follows but conclusion II does not follow. Only a few Bullet are Gun (I) + Some Gun are Rifle (I) β No conclusion. Hence conclusion III does not follow.
Which type of index physically reorders the data rows in the table itself based on the index key, meaning the data is stored in the order of the index?
Which join returns rows from the left table even when there is no matching row in the right table, filling with NULLs for the right side?
What is the primary purpose of a PL/SQL `CURSOR`?
Which SQL clause is used to filter results after a GROUP BY operation?
Which clause is used to sort query results in SQL?
What is the main function of a PL/SQL `TRIGGER`?
SQL Injection can be prevented by all EXCEPT:
Recursive CTEs are mainly used for:
Which SQL operator is used to search for a pattern in a column?
Which SQL function returns the number of rows in a table?