summaryrefslogtreecommitdiff
path: root/Distinction between imperative and declarative programming.md
diff options
context:
space:
mode:
authorJasper Ras <jras@hostnet.nl>2025-03-29 11:32:44 +0100
committerJasper Ras <jras@hostnet.nl>2025-03-29 11:32:44 +0100
commit3f69286ef4b15161febb4a4bae085fb4c2c83bbf (patch)
tree10679f5b5e712242939a1eba233241fabfec1927 /Distinction between imperative and declarative programming.md
parentfe63b70cae6e68adea7b25ad2f04ffc834b4e75f (diff)
vault backup: 2025-03-29 11:32:44
Diffstat (limited to 'Distinction between imperative and declarative programming.md')
-rw-r--r--Distinction between imperative and declarative programming.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/Distinction between imperative and declarative programming.md b/Distinction between imperative and declarative programming.md
new file mode 100644
index 0000000..bdf827d
--- /dev/null
+++ b/Distinction between imperative and declarative programming.md
@@ -0,0 +1,7 @@
+---
+tags:
+ - programming
+---
+In imperative programming you tell the program what to do while in declarative programming you tell what you want to achieve rather than how to achieve it.
+
+SQL is declarative. \ No newline at end of file