Sorry, but I have no clue what you just said :)

Yes, it is the 'example' database that I am asking about

I don't use Designer/2000 so I don't have such a repostory. Even if I did, the best that SELECT would give me is the table name. Since I already have the schema, I already have access to all the table and column names. What I'm asking about is the logical reasoning behind the design of the table:

- What purpose does it serve?
- What data is each of the fields supposed to hold and why?

From the design of the table, I am left with:

- Why is there no PK?
- Why does it only have 4 fields that are already in the EMP table?
- If it is a M:1, then where is the new info
- If it is 1:1, then where is the new info
- If these fields are not meant to hold the same values as they do in EMP, then what data are they supposed to hold?
- As it is called BONUS, where is the monetary information for said bonus?

Again,

***********************************
Any and all help would be appreciated!!
***********************************

Thanks again,

- Chris