< Back
Page 5 of 5
This chapter is from the book
Summary
In this chapter you learned to get information from a table using the select statement. You learned the four main clauses of the select statement:
- select
- from
- where
- order by
We also explored many details about these clauses. Along the way, I have discussed nulls, the 3-valued logic used in SQL, and several other database issues.
You also saw that most of the time, the same SQL code that works in Oracle also works in Access.
< Back
Page 5 of 5