News

Spark SQL, part of Apache Spark big data framework, is used for structured data processing and allows running SQL like queries on Spark data.
Lovefield is a JavaScript library providing an SQL-like query engine to web developers who want the benefits of a relational database.
Enabling SQL-style queries With Enumerable constructor you have to use query methods, but to write queries in SQL-like format, JSINQ provides with jsinq.Query constructor.
Want faster SQL queries? Here are nine best practices for writing SQL queries that work like a charm (or at least, like they should).
Dynamic SQL lets you create a query string based off of user input. SQL Server allows you to create dynamic SQL statements. The statements use a SQL string varchar data type, then you execute the ...
A free tool to reduce coding for developers who like to surface T-SQL database recordsets in a simple collection of customized POCO objects.
Apache Phoenix: Its developers call it a “SQL skin for HBase” — a way to query HBase with SQL-like commands via an embeddable JDBC driver built for high performance and read/write operations.
Normalized data giving you problems? Learn how to use the SQL subselect statement and handle your database like a pro!