Query to change table column name;
ALTER TABLE student_login CHANGE COLUMN marks marksw INT;
Qzattitude/MCQ_ShortQuestion_Application
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Query to change table column name;
ALTER TABLE student_login CHANGE COLUMN marks marksw INT;