SQLite Forum

How to relate a row with more than one topic? See example
Login
Hi there,
I'm new here. I want to make more than one association with a row. 
Example:

'Quotes' table:

id quote
1  A successful man is a fall in love man.
2  Love is happiness.
3  Success consist on hard work.


'Topics' table:

topic  idTopic
Love     1
Man      2
Success  3

Now, as you can see there are more than one (2 rows) rows with the 'love' topic included. The same for 'success'. How can I made this relation in sqlite?