When a table is created or added to a database, an automatic and unique identifier (UID) is associated with the table. A table UID is unique within the database that the table is associated with.
A table UID is an unsigned long value that can be used as an alternative method to operate on tables once the table is created or added to a database.