MCQOPTIONS
Saved Bookmarks
| 1. |
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 ; |
| A. | No |
| B. | Depends |
| C. | Yes |
| D. | All of above |
| E. | None of these |
| Answer» D. All of above | |