Name of a server in the database servers list
Table name (table)Name of a table in the database
Unique key (primary)Name of a unique key column in the table. Strictly, any unique column will suffice, but the primary key column if there is one is preferred.
Distinct (distinct)Retrieve data using select distinct ..... Note that with this, data can only be viewed and cannot be updated.