What do you understand by nosql databases?



What do you understand by nosql databases?..

Answer / Ramendr Pratap Singh

NoSQL (Not Only SQL) databases are a type of database that offer a flexible and scalable approach to data management, beyond the relational model used by traditional RDBMSs like Oracle or MySQL. NoSQL databases provide key-value, document, column-family, or graph storage structures, enabling better performance for handling large volumes of unstructured or semi-structured data.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MongoDB Interview Questions

Mention the command syntax that is used to view mongo is using the link?

1 Answers  


Does mongodb support foreign key constraints?

1 Answers  


What types of languages use to work with mongodb?

1 Answers  


Where mongodb data is stored?

1 Answers  


Is mongodb big data?

1 Answers  


What is the difference between $lt and $lte?

1 Answers  


What are mongodb indexes?

1 Answers  


Is mongodb support null values?

1 Answers  


What is mongodb best for?

1 Answers  


Does mongodb support primary-key, foreign-key relationship?

1 Answers  


How can you customize to mongo shell prompt?

1 Answers  


How to perform transactions/lock in mongodb?

1 Answers  


Categories