Guys can anyone please tell me if the below tables have one to many relationship or not because I am a bit doubtful
In the table named user I am storing details of user and in the table named useraccesslvl I am storing the useraccesslvl id,useraccesslvl name and useraccesslvl icon.
Shall i leave it like this or is it better to make a junction table so there is a table in between called useraccelvl_user containing the follwoing fields: - useraccesslvl_userid - useraccesslvlid - userid
In my solution I require that all relationships are strictly 1 to many and tables are 3NF