0
I am creating tables for a system I am developing and when entering the part of adding foreign key through the interface of PostgreSQL 9.3.17
I noticed you have the field nome
to identify this key, I never paid much attention to this and always put the name of the key with the same name as the table column.
The addition screen with the input name is like this:
The moment a key is added its name is displayed this way:
- What is the purpose of the foreign key name?
- What may entail in the future by neglecting the use of this name?
You answered me what the purpose of the existence of a foreign key was, but my question was what the purpose of her NAME was.
– David Alves
The same occurs for the second question, the question is not the structure of the bank with the use or not of the keys, but rather the correct/due use of the key NAMES.
– David Alves
I will correct..
– Victor OCV