diff options
Diffstat (limited to 'opdracht-1/t6.sql')
-rw-r--r-- | opdracht-1/t6.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opdracht-1/t6.sql b/opdracht-1/t6.sql new file mode 100644 index 0000000..7abcc17 --- /dev/null +++ b/opdracht-1/t6.sql @@ -0,0 +1 @@ +update Klant set ID=4 where ID=3; |