You already know how to read, insert, update, and delete data from a database. You're ready to learn how to look up data. Let's call lookup as the act of searching information in a database. You can lookup a column of a single table or you can do more complex lookups. In this section, you will learn to perform both the simplest and the more complex kinds of lookups.
Looking up data in different ways
Doing simple lookups with the Database Value Lookup step
The Database Value Lookup step allows you to lookup values in a database table based on data you have in your main stream.
The following screenshot shows the Database Value Lookup configuration window, which looks very similar to the Stream lookup step...