79113855

Date: 2024-10-22 11:40:15
Score: 0.5
Natty:
Report link

SQL is turing complete if you write queries with recursion and window functions. So the question is sort like asking about the big-O complexity of a C program and depends entirely on your application.

The only difference is that SQL is fairly good at changing algorithms for you and at automatically finding a plan that is a lot better than naive code, as long as you give it access to the right data structures.

Reasons:
  • No code block (0.5):
Posted by: saolof