HI ,
I have tables with common fields and i want to know if i can use GUID insted of full table key.
For example :
Table 1
Emp_number
Emp_name
Emp_phone
Table 2
Emp_number
Emp_name
Emp_phone
application_ID
Application_version
Table 3
Emp_number
Emp_name
Emp_phone
application_ID
Application_version
application_attrbutes
My question is if i use GUID or UUID instead the full key
Emp_number
Emp_name
Emp_phone, if so how ?
Thanks
Michael