Database design for business numbers
Posted
by
Rob Morris
on Stack Overflow
See other posts from Stack Overflow
or by Rob Morris
Published on 2013-10-29T21:51:37Z
Indexed on
2013/10/29
21:53 UTC
Read the original article
Hit count: 143
I'm in need of some help, I need to store the information below into a database, what would the relational database structure be for this:
Then I need to create a dropdown for the insurance company followed by another dropdown depending on what the first dropdown selected value was, then once both selects have been chosen display the relevant telephone number.
I guess i need to query the database, then display the dropdowns using javascript(jquery) or Ajax?
© Stack Overflow or respective owner