We have just learned how to display certain columns from a table. In this chapter, we’ll look at how to display certain rows from a table.
Why Restrict Data?
This query will show the id, last_name, and salary columns for all employees in the table. What if you didn’t want to see all employees in the table? In our example table, there are five records. But what if the table had one hundred, or one ...