1. Two columns, one is CHAR type, second is INTEGER. None of them is Unique, but combination of them must be. How to make this in MySQL 4.1.10?
2. What kind of Index (INDEX, UNIQUE INDEX,...) I should make on this columns to get better performance?
Thanks in advance!
2. What kind of Index (INDEX, UNIQUE INDEX,...) I should make on this columns to get better performance?
Thanks in advance!