SQL Tutorial

Everything else that doesn't fall into one of the other PB categories.
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

SQL Tutorial

Post by gnozal »

Probably off-topic, but I just found this very good (Oracle) SQL tutorial and I wanted to share it :
http://www.db.cs.ucdavis.edu/teaching/s ... torial.pdf
It could be usefull for SQL newbies (like me!).
dontmailme
Enthusiast
Enthusiast
Posts: 537
Joined: Wed Oct 29, 2003 10:35 am

Post by dontmailme »

You might try http://www.1keydata.com/sql/sql.html

for a good SQL starters guide....

and http://www.ilook.fsnet.co.uk/ora_sql/sqlmain.htm is quite good too :)

For beginners the BEST advice is:-

Not all SQL's are the same..... don't think that Oracle will accept the same format as mysql or DB2 or <Insert DB of choice here>, SQL like BASIC and all other languages have differences in their interpreters and compilers even though the language is the same..... :(

Standards.......... pfffffttttttttt !!!! :(
Paid up PB User !
Post Reply