Hello,
On databases such as Oracle, and Sql-Servers,
elementary thing I can do is making several keys for a single table.
I see that on access (2003), I can do only one key per table (it may be of
several fields, but it still one key).
correct me if I am wrong.
Is there any tricky way to simmulate several keys for a single databse ?
Can I do hinting (the equivalent oracle : selec /*+ index (table_1 index_1)
*/ ) or force using a key from tables I use ?
Thanks
