logo

NoSQL Database: Types and Uses

9 Pages848 Words395 Views
   

Added on  2022-11-26

About This Document

This article provides an overview of NoSQL databases, including the different types and their uses. It explains key-value store, document-based store, column-based store, and graph-based store. It also discusses real-world applications of NoSQL databases.

NoSQL Database: Types and Uses

   Added on 2022-11-26

ShareRelated Documents
Database
Assignm
ent
May 22
201
9
Student ID:
Student name:
NoSQL Database: Types and Uses_1
Report
Part A
Query 1
select vendor.v_code, vendor.v_name, count(product.p_code) as num_of_products
from vendor inner join product on vendor.v_code=product.v_code group by
vendor.v_code, vendor.v_name;
NoSQL Database: Types and Uses_2
Query 2
select cus_lname, sum(invoice.inv_total) as 'Total_invoice_value' from customer
inner join invoice on customer.cus_code=invoice.cus_code group by cus_lname;
NoSQL Database: Types and Uses_3

End of preview

Want to access all the pages? Upload your documents or become a member.

Related Documents
Research and SQL Queries
|11
|690
|285

NoSQL Database: Key-Value, Document-Based, Column-Based, Graph-Based
|11
|689
|420

Research and SQL Queries
|11
|685
|73

Research and SQL Queries
|10
|692
|446

Research and SQL Queries
|11
|831
|352

Relational Database Management System
|13
|1054
|113