CS1103/Labs/Lab7/AddScholorship.sql
2022-10-07 00:48:09 -03:00

2 lines
52 B
SQL

ALTER TABLE Students
ADD scholarship INT DEFAULT 0;