unique key/keys

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am working on a database that i didn't build,there is so many table and i
want to understand what is/are the unique key for each table,does someone
know a quick way to do it?
 
Go into table design and look for a primary key. This will always be a unique
value.
You can also have other indexes that are unique. You need to click on each
column and look for the property 'indexed no duplicates'.
Also, check out menu option ' Tools--Analyze--Table' - it may help you with
this task.

Dorian
 
Back
Top