What is a "Scalar" Query?

database, executescalar, llblgen, sql

Solution

A scalar query is a query that returns one row consisting of one column.

Problem

I am using LLBLGEN where there is a method to execute a query as a `scalar query`. Googling gives me a definition for `scalar sub-query`, are they the same ?

Original source