SQL Getting Started

Scalar Fullselects

A fullselect is a form of query that can be used in SQL statements. A scalar fullselect is a fullselect that returns one row containing only one value. Scalar fullselects are useful for retrieving data values from the database for use in an expression.


[ Top of Page | Previous Page | Next Page ]