174k views
3 votes
Which type of foundation does Big SQL build on?

A) Relational Database
B) NoSQL Database
C) Key-Value Store
D) Graph Database

User Margoth
by
7.7k points

1 Answer

6 votes

Final answer:

Big SQL builds on a relational database.

Step-by-step explanation:

The foundation that Big SQL builds on is A) Relational Database. Big SQL is a distributed SQL engine that runs on top of IBM's Hadoop-based platform for big data processing, called IBM BigInsights. Big SQL allows users to access and query data in Hadoop using SQL queries, similar to how they would interact with a traditional relational database.

User Josh Hansen
by
8.5k points