Learn more about Toad for SQL Server
at Dell Software

Find solutions and downloads at the
Toad for SQL Server Support Portal

Toad for SQL Server 6.6

You are here: Build Queries Visually > Define Criteria > Find Lookup Tables

Find Lookup Tables

Use the Find Lookup Table to locate a descriptive value for an ID column.

Scenario

You are selecting the Part_ID column and want to add a filter for all parts of a particular type, but you cannot remember the part number. If you knew the table that contained the Part_ID and corresponding description you could add the table and filter using the description column. But that is inefficient. Using the Find Lookup Table, you can locate the table with the description so you can identify the part ID.

The Find Lookup Table first searches for a foreign key on the column. If it finds the key, it displays that table. If it cannot find a key, Toad displays any table in that schema that has Part_ID as a column.

To find a lookup table

  1. Right-click the ID column for which you want to find descriptive information in the Database Diagram or the Diagram tab of the Query Builder and select Find Lookup Table.

  2. Complete the wizard. An icon indicates that this column is associated with a lookup value, as shown in the following example:



    Note: If the query contains the same ID columns on other tables, the Find Lookup Table is not applied to those tables.

Tips:

 

Related Topics

Build Queries Visually 

Diagram Relationships

Set Where Conditions 

of