Summary

In this lesson, you learned how to filter the rows returned by a SELECT statement using a WHERE clause. You also learned how to specify a sort order on the result of a query using ORDER BY. In the next lesson, you will learn how to perform more advanced data filtering on a query.

Previous Page Next Page