MCQOPTIONS
Saved Bookmarks
| 1. |
Which among the following is the correct syntax for defining ENUM in Mysql? |
| A. | gender ENUM, |
| B. | gender ENUM ( ), |
| C. | gender ENUM ( M , F ), |
| D. | All of above |
| E. | None of these |
| Answer» D. All of above | |