diff options
Diffstat (limited to 'opdracht-1/t7.sql')
-rw-r--r-- | opdracht-1/t7.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/opdracht-1/t7.sql b/opdracht-1/t7.sql new file mode 100644 index 0000000..133cff5 --- /dev/null +++ b/opdracht-1/t7.sql @@ -0,0 +1,3 @@ +select * from `Order`; +select * from `Order` where KlantID = 1; +select * from Product where Prijs < 100; |