goransaler
IS-IT--Management
Hello
I am wondering if this is possible
table1
id name
1 aaaa
2 bbbb
3 cccc
table2
id Category
1 cata
2 catb
3 catc
table3
id tabel1id tabel2id
1 1 1
2 1 3
3 2 1
4 2 2
5 3 2
6 3 3
my thinking is about that if in this example the category fields is very long and they repeat in the table2.
Is it not possible to link them like this and if it's so
How do i do
I am wondering if this is possible
table1
id name
1 aaaa
2 bbbb
3 cccc
table2
id Category
1 cata
2 catb
3 catc
table3
id tabel1id tabel2id
1 1 1
2 1 3
3 2 1
4 2 2
5 3 2
6 3 3
my thinking is about that if in this example the category fields is very long and they repeat in the table2.
Is it not possible to link them like this and if it's so
How do i do