MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the output of the following query?SELECT *FROM studentWHERE last_name LIKE _a%e% ; |
| A. | All student whose last name start with any letter but contain at least one e in his name |
| B. | All student whose last name should have letter a in second position and at least one e in his name |
| C. | All student whose last name start with any letter but second letter should be a |
| D. | All of above |
| E. | None of these |
| Answer» E. None of these | |