blob: bdf827d66ed832259c60b7897fa2b0edf059a463 (
plain)
1
2
3
4
5
6
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.
|