Hi, I need a little help as I am a beginner with db things.  I'm 
building a database for technicians and "help-desk" problems where 
technical problem tickets are stored in one table, and technicians in 
another.  Really I have two main questions.  First, each problem may 
have more than one technician assigned.  In the problems table were I 
have a technician column, should I build an array that holds all the 
primary keys for each technician assigned or should I build a third 
table that links multiple technicians to a single problem?  And my 
second question is this, I select the technicians based on alphabetical 
order out of a list.  Each time there is an occurrance of a problem,I go 
to the next tech in alpha order.  How can I do this with MySQL?  Or 
would I have to organize in alpha order using PHP and select my next 
record?  I'd like to go with whatever doesn't absorb system resources 
too badly and it just seems like having 3 to 5 users accessing this 
system and having PHP alpha order the database over and over would do 
that for each occurrance.  And how could I "flag" a record so that I 
would know where to get the next record once I have it in alpha order? 
 Thanks,

David


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to