// this file is copyright - Mike Capstick // it adds the quiz questions and answers // load arrays with a set of questions and answers maxterms=10; title='Database Terms'; questions=new Array(); questions[1] ='The type of relationship existing between a Doctor and his patients is~one to one~many to many~one to many~none of these~C~.'; questions[2] ='The type of relationship existing between a Principal and a school of students.~one to many~one to one~many to many~none of these~A~.'; questions[3] ='The type of relationship existing between library books and borrowers is~one to many~many to many~one to one~none of these~B~.'; questions[4] ='The type of relationship existing between a specific piece of human DNA and a person is ~one to one~one to many~many to many~none of these~A~.'; questions[5] ='The type of relationship existing between the temperature on Mars and the day of the week~one to many~one to one~many to many~none of these~D~.'; questions[6] ='The type of relationship existing between a car mechanic and cars~one to many~one to one~many to many~none of these~A~.'; questions[7] ='The type of relationship existing between a new car and a owner is~one to many~many to many~one to one~none of these~C~.'; questions[8] ='The type of relationship existing between a soccer team and the winner of the current FA Cup is~one to one~one to many~many to many~none of these~A~.'; questions[9] ='Every Table has~3~2~0~1~D~Primary key(s).'; questions[10] ='A Foreign key is always at the~many~one~wrong~none of the these~A~end of a Relationship';