Question
Statements: Some crickets are
footballs. All football are soccers Conclusions: I. Some soccers are crickets II. Some crickets are soccers In each question below are given two statements followed by two conclusions numbered I and II. You have to take the two given statements to be true even if they seem to be at variance with commonly known facts and then decide which of the given conclusions logically follows from the two given statements, disregarding commonly known facts. Give Answer: Give answer 1) if only conclusion I follows. Give answer 2) if only conclusion II follows. Give answer 3) if either conclusion I or II follows. Give answer 4) if neither conclusion I nor II follows. Give answer 5) if both conclusions I and II follow.Solution
Some crickets are footballs (I) + All football are soccers(A) = Some crickets are soccers (I) ⇒ conversion ⇒ Some soccers are crickets. Hence, conclusion I & II will follow.
What is the primary purpose of a `SEQUENCE` in SQL?
What is the main function of a PL/SQL `TRIGGER`?
SQL Injection can be prevented by all EXCEPT:
A transaction in DBMS is said to be atomic if:
Which of the following is a mandatory component of a PL/SQL function's definition?
Which SQL function returns the largest value in a column?
Given a table employees(id, dept_id, salary), which query returns departments with average salary greater than overall average across the company?
Which SQL statement combines the results of two queries and removes duplicates?
Which SQL keyword is used to remove duplicate records from a query result?
Which SQL function is used to calculate the average of a numeric column?