0
Can we use a string as primary key in a table?
Instead of int can we use a string value as a primary key in a table..
2 Réponses
0
string can be used as primary key if you needed. .
- 1
alter table (nombre de la tabla) add primary key (nombre de la columna);