sql Database to save different contact details for a message sending site
- by jagan
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.