aboutsummaryrefslogtreecommitdiff
path: root/opdracht-1/t7.sql
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-09-29 14:36:40 +0200
committerlonkaars <loek@pipeframe.xyz>2022-09-29 14:36:40 +0200
commit8510d3aec5fb5e5ff4f7a37f2450c9a250745043 (patch)
tree80584164167f2cf3a6386e161012019f64621fc6 /opdracht-1/t7.sql
parent4e1edb93cc47a616b89fa5188eb444eb665e0160 (diff)
beginsels opdracht 1
Diffstat (limited to 'opdracht-1/t7.sql')
-rw-r--r--opdracht-1/t7.sql3
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;