+ 1
Whats the difference between SQL and NoSQL?....Can't one even be replaced by using pythonmySQL?
about database and programming on the sever side.
3 Respuestas
0
Well, SQL stores data in tabular format. But NoSQL stores data in document format it looks like json format.
0
And also for ACID and BASE syntaxes