Tagged Questions
1
vote
5answers
140 views
id columns or clustered primary keys/database consistency
If I had a table with the columns:
Artist
Album
Song
NumberOfListens
...is it better to put a clustered primary key on Artist, Album, and Song or to have an autoincrementing id column and put a ...
0
votes
5answers
384 views
Database consistency checking framework
I'm looking for a framework to utilize to integrate a number of database consistency checking rules into our system. This should basically be a automated test case runner for our database checks.
...