Besides a declarative language, is SQL a functional language?

后端 未结 8 1322
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-29 03:22

Why yes or why not?

8条回答
  •  爱一瞬间的悲伤
    2020-12-29 04:12

    Since the point of a functional language is that you program with, well, functions, I would say no. SQL is programming with relations (if you can even call SQL a programming language - in it's basic form, SQL is not Turing complete).

提交回复
热议问题