+ 1
What is NoSQL language?
Compare please
2 Respostas
+ 2
NoSQL means 'not only sql' or not relational.
consider oracle. it is a relational database means we store data in tables in structured format. the data within table has relationship. for eg. entries under a column will be of same kind
this is not the thing with NoSQL database. the data is unstructured. eg. MongoDB, Cassandra- NoSQL database used for inbox by Facebook
+ 2
yep