0
what if we have table and we want to make any colomn primary key?
2 Respuestas
+ 2
Use the following query:
ALTER TABLE tableName
ADD PRIMARY KEY(keyName)
0
when i write colomn name in primary key(colomn name) it gives me error of not correct data type how i mention the colomn name?