database - How to normalize this table? -


im trying develop android application able register device email. each email unique , can consist of many devices. however, devices can have 1 email.

table normalized

im new data normalization, tried normalized dont know if corrent. enter image description here

is okey?

yes, should do.

the relation between user , logged-in devices 1-n. device table should contain fk refer user table.


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -