Visual Database Tools

Uniqueness of Database Object Names

The database catalog in your database contains one row for each object (constraint, default, log, rule, stored procedure, etc.) created within a database. Because the DBMS enforces certain rules to ensure that objects have unique names, you must take care when naming objects.

When you name database objects in a database diagram or table diagram, you will be alerted if the name you choose is already used by another object.  There are three possible outcomes when you name an object:

See Also

Ownership of Database Objects