What is CouchDB?

CouchDB is a document-oriented database and within each document fields are stored as key-value maps. Fields can be either a simple key/value pair, list, or map. It is an open-source…

Read more »

What is Cassandra?

Apache Cassandra is an open source non-relational, or NoSQL, a database that enables continuous availability, tremendous scale, and data distribution across multiple data centers and cloud availability zones. It is…

Read more »

What is Azure SQL?

Azure SQL is Microsoft’s cloud database service. Based on SQL Server database technology and built on Microsoft’s Windows Azure cloud computing platform, SQL Azure enables organizations to store relational data…

Read more »

What is ArangoDB?

ArangoDB is an open-source multi-model NoSQL database with a flexible data model for documents and graphs. It is designed as a “general purpose database,” offering all the features typically needed…

Read more »

What is Apache Kudu?

Apache Kudu is a free and open source columnar storage system developed for the Apache Hadoop. It is an engine intended for structured data that supports low-latency random access millisecond-scale…

Read more »

What is Aerospike?

Today’s growing on-demand business processes must ingest large volumes of data and make real-time decisions at the edge. Traditional NoSQL systems lack data consistency relational systems can’t reach internet scale…

Read more »

What is the best way to learn SQL for data analyst?

Fundamental SQL Statements Create: creating a basic table involves naming the table and defining its columns and each column’s data type.Syntax : CREATE TABLE “table_name”( “column 1” “data type for…

Read more »

SQL files execute : Incorrect syntax near ‘go’.

saiki created the topic: SQL files execute : Incorrect syntax near ‘go’. Getting below issue when trying to run the ant script. I am trying to run few sql files…

Read more »

Compile sql file for syntax for error

saiki created the topic: Compile sql file for syntax for error Hi, How to Compile sql file for syntax error using ANT script. Is there any possibility to compile through…

Read more »