Part IV

From InterBase
Jump to: navigation, search

Retrieving Data The SELECT statement lies at the heart of SQL because it is how you retrieve the information you have stored. There is no use in creating and populating data structures if you cannot get the data out again in usable form. You’ve seen some simple forms of the SELECT statement in earlier exercises. In this part of the tutorial you get further practice with the SELECT statement.

Advance To:

Overview of SELECT