1.

Explain the difference between SQL and CouchDB?

Answer»
S.noSQLCouchDB
1.SQL STORES the data by USING RDBMSCouchDB stores the data in the JSON document.
2.SQL PREFER an AUTOMATIC transmissionCouchDB prefers a manual transmission
3.SQL is written in C, C++CouchDB is written in ERLANG


Discussion

No Comment Found