Discussion :: MySQL Database MCQs
-
Is the following query belongs to the "Equality condition?SELECT product_type.name, product.nameFROM product_type INNER JOIN ProductON product_type.dept=Product.deptWHERE product_type.name='customers_accounts';
Answer : Option A
Explanation :
In the following query there are two equality conditions "ON and "WHERE.
Be The First To Comment