Database Guide

FROM clause of SELECT

The FROM clause of a SELECT statement specifies the tables and views that contain the rows and columns to be included in the result table.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]