Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
We first met SELECT * back in Chapter 5, where I mentioned that I call it “dreaded and evil” because using it is rarely a good idea. SELECT * is a short form for specifying all columns. Here’s a reminder of what it looks like in an SQL query:
SELECT * FROM entries