WAHM Forums
The WAHM community forum was created to be a place for work at home moms to share their ideas and stories. In the forum you can find information about work at home jobs, starting home businesses, avoiding scams, and surviving the WAHM lifestyle. In support of the WAHM community, WAHM.com also features instructional articles, easy recipes, as well as job and business listings tailored specifically to work at home opportunities.
View Full Version : SQL question
rachadelle
02-26-2010, 01:46 PM
I have no idea how to do SQL. I have a client that wants me to design a website for them but they want sql technology added to it. Does anyone know of any tutorials or anything that I can use to learn SQL? If anyone can help me, I would appreciate it.
mybrokengnome
02-27-2010, 06:36 AM
Why not just outsource the site? SQL's not something easily learned in a few days. Contact me and I'll give you a quote for it (I'm a developer), you charge them more than I charge you and you're still making money, and they get what they want.
If you insist on doing it yourself, however, do you plan on doing it in MySQL, MSSQL, PostGreSQL, etc.? Each one has its own SQL syntax, variations between the different flavors, so what tutorial I send you depends on this. Also, a good book is always better than a website tutorial.
If you insist on doing it yourself, however, do you plan on doing it in MySQL, MSSQL, PostGreSQL, etc.? Each one has its own SQL syntax, variations between the different flavors, so what tutorial I send you depends on this. Also, a good book is always better than a website tutorial.
katelynsdad
02-28-2010, 08:52 AM
Your client is pretty much asking for a DATABASE-DRIVEN website -- not just a regular html site.
AnthonyBeldt
03-10-2010, 02:38 AM
You visit this link, its help you to learn about sql
http://www.w3schools.com/sql/default.asp
http://www.w3schools.com/sql/default.asp
5online5
04-19-2010, 02:06 AM
hi,
you should visit following link to know more about sql tutorial.
SQL Tutorial - Learn SQL (http://www.sql-tutorial.net/)
you should visit following link to know more about sql tutorial.
SQL Tutorial - Learn SQL (http://www.sql-tutorial.net/)
hes
06-23-2010, 06:07 AM
Try MySQL, PHP combo. There are tons of tutorials out there: PHP/MySQL Tutorial - Part 1 (http://www.freewebmasterhelp.com/tutorials/phpmysql).