Y
Hacker News
new
|
ask
|
show
|
jobs
by
SPBS
2062 days ago
I find the notation compact but confusing. Are Thing and Category essentially tables? What does `thing {T, C}` mean, if T already means Thing?
1 comments
panda17
2062 days ago
A thing is uniquely identified by T, category by C.
May read it as: CREATE TABLE thing (T_ID integer, C_ID integer)
link
May read it as: CREATE TABLE thing (T_ID integer, C_ID integer)