+ 8
True || False
The SQL language can help you in game writing. 1.True 2.False
9 ответов
+ 25
You need other languages to create a game. SQL can be one of the language but you cannot create a game only with SQL.
+ 8
2 False. You can't make games with just SQL
+ 5
Ava 🐈 It can be used to store game data.
+ 5
Generally SQL queries are use to store database and manage information i think you can use Java it help for making game
+ 4
it might be usefull if you want to make an mmo and need to store some stuff.
but it will be useless in most cases
+ 3
Apparently, SQL is turing complete, so everything is possible.
I could not believe it myself, here is the reference:
https://stackoverflow.com/questions/900055/is-sql-or-even-tsql-turing-complete
(Still, this would be a silly thing to do, best is to use other languages for the logic and keep sql only for storing data in database)
😁
+ 2
yes, SQL can aid you in your game production but it must be integrated with an high level language.
+ 1
You can but not with SQL standalone so its neither true nor false
+ 1
true