|
|
|
|
|
by aboodman
2419 days ago
|
|
No you'd need a complete programming language. But SQL is basically one already, most variants are already turing-complete. You'd also have to provide the programming environment with concepts of cursors and so on so they could page through data efficiently. |
|
SQL is a good (if dated) language for relational access and manipulation, but awful for procedural scripting.