adspace
Answer Posted / Anil Joshi
To create an auto-increment column in MySQL, you can specify the AUTO_INCREMENT attribute when creating the table. For example: CREATE TABLE table_name (id INT PRIMARY KEY AUTO_INCREMENT);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers