We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2beb561 commit b4c7eb4Copy full SHA for b4c7eb4
alter.txt
@@ -0,0 +1,10 @@
1
+ALTER
2
+
3
+alter table "STAFF"
4
+rename column "DateHired" to "JoiningDate";
5
6
+alter table "SUBJECTS"
7
+drop column "SubjectDescription";
8
9
+alter table "STUDENT_CLASS_STATUS"
10
+alter column "CategoryID" type varchar(50);
0 commit comments