Answers for "sql query to add a new column in a table auto increment id"

SQL
4

sql query to make a existing column auto increment

Alter table table_name modify column_name datatype(length) AUTO_INCREMENT PRIMARY KEY
Posted by: Guest on October-28-2020

Code answers related to "sql query to add a new column in a table auto increment id"

Code answers related to "SQL"

Browse Popular Code Answers by Language