Informatics Practices
Related Questions
Assertion. The MINUS and INTERSECT operators are similar.
Reason. The MINUS operator returns only the rows from the first result set while INTERSECT returns the common rows of both the result sets.
- Both A and R are true and R is the correct explanation of A.
- Both A and R are true but R is not the correct explanation of A.
- A is true but R is false.
- A is false but R is true.
What is Cartesian product ? How is it related to join ?
What is a table alias ? What is the purpose of table alias ?
Define an equi-join. What is non-equi-join ?