First page Back Continue Last page Image

The Wild Card “*”

Using the asterisk symbol * is shorthand for saying “Everything” or “ALL”

This SQL Statement says “Return ALL the records from the table named Persons”

*

While this type of statement might be useful in understanding how the database was built, it is rarely what you want if you are looking for specific information