I have a typical contact database which caters for multiple email addresses 
with a distinct Email table keyed to a foreign key inside the Contact table, 
ie. a 1-to-many relationship. However, I want to prioritise these Email entries 
for a given Contact entry so all I can think of is to add a numeric Priority 
field alongside the Address field inside the Email table. Is this the 
best/standard solution or is there another way?

gvim

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql?unsub=arch...@jab.org

Reply via email to