learn sql (book name :SQL_A_Practical_Introduction)

Any problem with SQL can be discussed here.
RvB
Posts: 106
Joined: Sat Jul 09, 2005 7:36 am

Post by RvB »

kool, dad explained to me a bit last night, its server side right???


Image
Image
UnKnOwN
Posts: 6
Joined: Sat Jul 23, 2005 1:50 am

Post by UnKnOwN »

oh nice i justneed help with mySql this will be a big help thanks
planetpixel
Posts: 253
Joined: Thu Apr 14, 2005 6:37 am

Post by planetpixel »

very usefull, thanks for sharing.
Image

Image
sa3ude
Posts: 137
Joined: Wed Apr 13, 2005 4:32 am
Contact:

Post by sa3ude »

thanks for replying
i hope it helps you all
bye
Image
Lixas
Posts: 750
Joined: Wed Feb 16, 2005 4:21 pm

Post by Lixas »

IaM wrote:kool, dad explained to me a bit last night, its server side right???
Not exactly, php is server sided, and it obtain a data, and using various methods to output to user.
sql is database, and using sql queries, u can get data from database. One example of sql query:

Code: Select all

mysql_query&#40]

in this query i'm getting data from "topics" table, where collumn name "section" is equal to variable $sid, all data is ordered descending by colulumn "id" and data is taken from $limit to $limit row

This was not very simple query, but i hope u understand it
If u have any more questions, do not hesitate to ask in theese forums

Good luck with sql understanding
Image
Ken
Posts: 18
Joined: Thu Aug 18, 2005 3:33 am

Post by Ken »

I always use books like that to learn computer stuff. Works good too. I might read that.
toychoq
Posts: 108
Joined: Fri Apr 15, 2005 9:11 am

Post by toychoq »

Thanx a lot for all guys
who have put links for useful info?
ELMOHTARF
Posts: 356
Joined: Mon Aug 29, 2005 9:57 am
Contact:

Post by ELMOHTARF »

thanks for this for this book
With My Best Wishes ::::::: Scorpion :::::::::
sa3ude
Posts: 137
Joined: Wed Apr 13, 2005 4:32 am
Contact:

Post by sa3ude »

you are welcome

i have alot of books which i will put here
but not now
bye
Image
AndersW
Posts: 20
Joined: Mon Mar 27, 2006 11:15 pm

Post by AndersW »

That was one heavy book!
WOW! Anders!
Post Reply