sql Database to save different contact details for a message sending site
Posted
by jagan
on Stack Overflow
See other posts from Stack Overflow
or by jagan
Published on 2010-03-25T08:06:59Z
Indexed on
2010/03/25
8:13 UTC
Read the original article
Hit count: 284
I am working for a project to create a database for saving different persons contact details in sql. For example, X person saves 10 contacts, Y persons save 15 contacts, z persons save 20 contacts and so on. I cant create seperate tables to save contacts of x,y,z and so on. But i just want to know the alternative method to do that. Is there any easy method to save different cotacts and is there any easy method to retrieve it. I'm just a student, i don't know much about sql and don't have much experience in this. So i need your help to know much about this.
© Stack Overflow or respective owner