MCQOPTIONS
Saved Bookmarks
| 1. |
Does the following query belong to the Inequality condition ?SELECT product_type.name, product.nameFROM product_type INNER JOIN ProductON product_type.dept=Product.deptWHERE product_type.name<> customers_accounts ; |
| A. | Depends |
| B. | No |
| C. | Yes |
| D. | All of above |
| E. | None of these |
| Answer» D. All of above | |