Can anyone help with an example that

1. I have two tables books and Language. How to add book into database with certain languages in a listbox are selected on button click.

Database Tables
-----------------
Books Language
------ -------------------
Bookid(primary key) Lang_id(primary key)
Bookname book_id(forgien key)
Language Name