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

3 lines
68 B
SQL

UPDATE Courses
SET approvedDate = ("2020-7-8")
where courseID = 1;