Hi, I have a database called chavrate and I have three tables, 1.id 2.url 3. rating now I want to add info to these so what is the sql code to do that.
Do you mean that you have table chavrate and 3 fileds i.e. id. url and rating? For this you need an INSERT statement, for details visit MySQL Manual.