Is hive ANSI SQL compliant?
Considering this, what SQL does hive use?
Hive was initially developed at Facebook to summarize, query, and analyze large amounts of data stored on a distributed file system. Hive makes it easy for non-programmers to read, write, and manage large datasets residing in distributed Hadoop storage using HiveQL SQL-like queries.
Similarly one may ask, is hive similar to SQL?
Featurewise technical difference between Hive, Pig, and SQL. Hive - Apache Hive uses HiveQL, a declarative language. Hive is built on Hadoop and it is an open source project to analyze query datasets. HiveQL is a language that is similar to SQL, it converts the queries into MapReduce programmes.
Currently Hive doesn't support subqueries in a SELECT statement, for example, the following query will not run on Hive: Recently a lot of work has been done to extend support for subqueries (HIVE-15456). But this work primarily targeted extending subquery support in WHERE and HAVING clauses.