Another article published on Nettuts
http://net.tutsplus.com/tutorials/other/sql-for-beginners/
Most modern web applications today interact with databases, usually with a language called SQL. Lucky for us, this language is quite easy to learn. In this article, we are going to start with some basic SQL queries and use them to interact with a MySQL database.
Read More
#1 by lawrence77 on December 17th, 2009
| Quote
Very Good for beginners… Keep it up…
#2 by Turgay Yılmaz on December 21st, 2009
| Quote
Güzel çalışma keşke Türkçe’si de olsa. Türkçe bu tarz makale hazırlayanlar yok denecek kadar az. Bu arada ne işle meşgulsünüz bir şirkette falan mı çalışıyorsunuz merak ettim sormak istedim.
Bir de ingilizceniz oldukça akıcı tebrik ederim. Ben kendime ingilizce konuşabiliyorum diyordum ama siz çok serisiniz.
#3 by Burak on December 21st, 2009
| Quote
Evet, programci olarak calisiyorum ve 10 senedir Amerika’dayim.
#4 by Turgay Yılmaz on December 21st, 2009
| Quote
Hmm peki. Ben de Bilgisayar Mühendisliği 1. sınıf öğrencisiyim. Dersler yüzde yüz İngilizce benim de fakat oradaki gibi olmuyordur tabi. Son bir sorum olacak, sizce ajax, javascript, php gibi dillere mi yoğunlaşmalıyım yoksa, asp, asp.net gibi dillere mi?
Tam anlatamadım ama anlamışınızdır umarım.
Kolay gelsin şimdiden teşekkür ederim.
#5 by Burak on December 22nd, 2009
| Quote
Ikisinde de desigik is imkanlari bulmak mumkun. Ben asp.net hic kullanmadim, o yuzden pek yorum yapamiyacagim.
#6 by Gavin on December 22nd, 2009
| Quote
I posted a question on nettuts but it seemed to have been deleted?
I have an issue and I am unsure if SQL and PHP are the right solution.
Is it possible to have a table of people, compare a value each of them has and then add 1 to the person with the higher value.
For example, Jim has 6 points and bill has 9. I want Jim to be able to click on bills name and compare scores, Jim will be shown that he has less points than bill and one point will be added to bill (in future I might also want a point to come off jim.)
So my real question is, is this possible with php and sql? I am learning these to languages but want to make sure it is even possible.
Thanks for your great tutorial
#7 by Burak on December 22nd, 2009
| Quote
It is certainly possible. First you need to get the values with SELECT queries, and update the ones you want with UPDATE queries.
#8 by Gavin on December 22nd, 2009
| Quote
Oh great. Good to know i am on the right track.
#9 by youtube on December 30th, 2009
| Quote
güzel calisma olmus eline saglik..
#10 by Eralper on March 25th, 2010
| Quote
Hello all,
I liked the article since it shows how to start learning sql from configuring studying environment to basic sql commands.
Btw, I have been working as an ASP.NET developer and I can recommend at least basic .NET and ASP.NET knowledge and javascript especially for web development.