Does sql keep a record of composite keys or does it calculate them each time a record is inserted/deleted/updated...?
If it does is there a way to call it without having to get each member field value, something like ...WHERE composite_pk=CONCAT('value1','value2','value3')