In NoSQL databases, _________ is used instead of SQL for querying and manipulating data.
- JSON
- Python
- XML
- YAML
NoSQL databases commonly use JSON (JavaScript Object Notation) as a format for storing and retrieving data. JSON is particularly well-suited for NoSQL databases due to its flexibility, simplicity, and ease of integration with various programming languages and frameworks, making it a popular choice for developers working with these databases.
Loading...
Related Quiz
- In a distributed system, you need to efficiently search for a particular value across multiple sorted arrays. How would you approach this problem?
- An effective debugging technique involves ___________ the code to understand its execution flow.
- Describe the concept of file system fragmentation and its impact on performance.
- Your company is planning to migrate its on-premises infrastructure to the cloud. How would you decide between using virtual machines or containers for this migration?
- How does setTimeout() differ from setInterval() in JavaScript?