Back to the tutorial : [Multi-Column Analyses (Exercise 5)]

Multi-Column Analyses (Exercise 5)

Rule: If a person is tagged as prospect, he/she should not have any contract.The tables used are cust and contract.In the following steps, you are going to check that a prospect is not an owner of a contract. All prospect codes (primary keys of the cust table) should never appear in the owner column of the contract table.

74