Let's suppose there is a table called AIRPORT and I have to choose between two naming conventions:
- to name attributes like AP_CODE, AP_NAME and so on
- or to name them just like CODE, NAME
The question is whether it is more efficient to follow the first way or to use synonym (i.e. AP) and reference attributes like AP.CODE?