i have a supplier master , where i have a primary key on supplier id column , but i need to put a check on supplier name as well for avoiding the duplicate names.
supplier id supplier name
1 Test
2 Test
in the above case 2 names are identical. we should avoid them.