Most voted "alter-table" questions
1 question
Sort by count of
-
0
votes1
answer26
viewsChanging primitive fields and constraints Modify with MARIA DB
The commands Modify and change column are used to change both the primitive fields and the constraints and field name. alter table pessoa modify column profissao varchar (30) not null; alter table…