KnowledgeBoat Logo

Computer Science

You can specify any type of condition, using any comparison operator in an equi-join.

SQL Joins & Grouping

3 Likes

Answer

False

Reason — An equi-join is a type of join where columns from two or more tables are compared for equality using the "=" operator.

Answered By

2 Likes


Related Questions