““retrieve?� When it comes to databases, chances are you’ll need to retrieve your data as often than you’ll need to insert it. That’s where this chapter comes in: you’ll meet the powerful SELECT statement and learn how to gain access to that important information you’ve been putting in your tables. You’ll even learn how to use WHERE, AND, and OR to selectively get to your data and even avoid displaying the data that you don’t need. I’m a star! Date or no date? 54 A better SELECT 57 What the * is that? 58 How to query your data types 64 More punctuation problems 65 Unmatched single quotes 66 Single quotes are special characters 67 INSERT data with single quotes in it 68 SELECT specific columns to limit results 73 SELECT specific columns for faster results 73 Combining your queries 80 Finding numeric values 83 Smooth Comparison Operators””