Hi!
I've read some article about naming convention and they all say don't
use number in the table name.
But I have a case that I can't figure out how to deal with it in a
proper name.
I have to import 2 flat files from FTP for OLAP use.
Both of these files contain similiar information,Cus tomer data.
layout in file A is like
CUST_ID
NAME
GENDER
TEL
ADDRESS
and layout in file B is like
CUST_ID
FLAG_A
FLAG_B
......
I will join 2 tables in the next step.
Now I wonder what names are proper to these 2 tables.
I want to name them TB_CUST_1,TB_CU ST_2
but these names are easily to be misunderstood by testing use.
is there any good name for them?
need your advice
thank you very much
I've read some article about naming convention and they all say don't
use number in the table name.
But I have a case that I can't figure out how to deal with it in a
proper name.
I have to import 2 flat files from FTP for OLAP use.
Both of these files contain similiar information,Cus tomer data.
layout in file A is like
CUST_ID
NAME
GENDER
TEL
ADDRESS
and layout in file B is like
CUST_ID
FLAG_A
FLAG_B
......
I will join 2 tables in the next step.
Now I wonder what names are proper to these 2 tables.
I want to name them TB_CUST_1,TB_CU ST_2
but these names are easily to be misunderstood by testing use.
is there any good name for them?
need your advice
thank you very much
Comment