i how would look an sql insert for this database tables?
language
languageID | language
1 | german
2 | english
word
id | language | text
1 | 2 | lucky
2 | 2 | happy
3 | 1 | glücklich
translation
word1_id | word2_id
1 | 3
2 | 3
Please help people. i have no idea.
PLEASE help.
If there were no foreign keys/triggers or something like that (please provide more info about that), the inserts would look like this: