1.What are some of the advantages of NoSQL databases compared to SQL databases?
NoSQL handle huge amount of data
-
Do you have to defined a strict structure for your data in NoSQL?
NO -
What can you say about the trade-off between scalability and functionality in NoSQL?
its better to use NoSQL when you have huge a mount of data that you quickly have to store but relationships between data should not be important.
4.If your data has important relationships that you need to keep track of, is it a good idea to use NoSQL?
NO, its not a rational database