Selecting Data from a Table





Now that you've created your table and filled it with useful data, you need some way to retrieve all that information.. The SOL statement for retrieving data is the Select statement. The basic syntax of the Select statement is .
Select (columnList) From (tableList) select a_list
You can use functions, selection criteria, predicates, and more in the column The table list may be one or more tables or views. The selection criteria are used to determine which rows of the table the Select statement will return:
Domain Name Search
|