Question:Name all the MySQL data type attributes.
Answer MySQL supported data type attributes are: 1. AUTO_INCREMENT 2. BINARY 3. DEFAULT 4. INDEX 5. NATIONAL 6. NOT NULL 7. NULL 8. PRIMARY KEY 9. UNIQUE 10. ZEROFILL
+ Report
Name all the MySQL data type attributes.