Which among the following is the correct syntax for defining "ENUM" in Mysql?
Which among the following is the correct syntax for defining "ENUM" in Mysql? Correct Answer gender ENUM ('M', 'F'),
Which among the following is the correct syntax for defining "ENUM" in Mysql? Correct Answer gender ENUM ('M', 'F'),