database - Pledges table normalize -


i have table , don't know how normalize.

1st table name, address, landline no., mobile no., e-mail ad, amount, , registration number https://docs.google.com/file/d/0b99tebyt30n2ddvlvhv4du1yrfe/edit

and in second table monthly pledges. https://docs.google.com/file/d/0b99tebyt30n2tvh4c1dmltfyows/edit

persontable   personid int primary key   name varchar(50)   addresss varchar(50)   etc.  pledgetable   pledgeid int primary key,   personid int foreign key references persontable(personid)   pledgedate datetime   pledgeamount decimal(10,2) 

Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -