| Posted By |
Discussion Topic: Need SQL Training
|
|
Touraya |
02-06-2004 @ 11:21 AM
|
|
|
Member
Posts:
Joined: May 2003
|
Hello Mr. Aboufariss, I need some help learning SQL, do you have any material online. Your help is really appreciated @Touraya
|
FesMaroc |
02-10-2004 @ 11:18 PM
|
|
|
Member
Posts:
Joined:
|
http://www.sqlcourse.com/ http://sqlcourse2.com/ http://www.intelinfo.com/newly_researched_free_training/SQL.html Good luck,sis!
|
Jalil |
02-11-2004 @ 11:06 AM
|
|
|
Administrator
Posts:
Joined: Jan 2003
|
Thanks FesMaroc for sharing those links with us, I’ll add one more link to your thread, Touraya will have enough material to keep her busy for a while.. Here is a link I came across online click here to practice SQL online - not only you will be reading about SQL, but you can actually practice/execute your SQL statements online, which I find very useful since the training is provided thru hands-on. You will learn how to use SQL to access, define, and manipulate data in Oracle, DB2, Microsoft SQL Server & Microsoft Access, and other database systems.. What is SQL? <li>SQL stands for Structured Query Language <li>SQL allows you to access a database <li>SQL is an ANSI standard computer language <li>SQL can execute queries against a database <li>SQL can retrieve data from a database <li>SQL can insert new records in a database <li>SQL can delete records from a database <li>SQL can update records in a database <li>SQL is easy to learn Good luck to you. -Jalil Aboufariss
|
Fayssal |
02-16-2004 @ 6:14 AM
|
|
|
Member
Posts:
Joined: Feb 2004
|
Hello, Here's another "very easy-practical, step-by-step" tutorial http://www.functionx.com/sql/index.htm <b>Note: For this tutorial, they use MySQL as the server.</B> If you are interested to use SQL to work on Microsoft SQL Server 2000, here is the link: http://www.functionx.com/sqlserver/index.htm <b>Note: This tutorial uses Microsoft SQL Server 2000.</B> I think that w/ the links already given by Jalil & FesMaroc as well as this post, are more than enough to start learning SQL. Feel free to choose between MySQL and Microsoft SQL Server 2000. Note also that MySQL is a free Server. U can download MySQL (version 4.0.18 - size is 23.1M) from here: http://www.mysql.com/get/Downloads/MySQL-4.0/mysql-4.0.18-win.zip/from/pick Note that MySQL is used by developers when using an APACHE server http://www.apache.org/dyn/closer.cgi (the site will present a mirror site for downloading Apache Server which is near to ur location) as an internet server and using PHP as a server-side language. Microsoft SQL Server 2000 is used with IIS 5.0/6.0 (u can install it from your Windows OS CD at ADD/DELETE Programs at the Control Panel) and using ASP/ASP.NET as a server-side language. Good luck.
|
hasan2000 |
11-18-2009 @ 12:06 PM
|
|
|
Member
Posts:
Joined: Nov 2009
|
If you like to learn by watching then you can try these video tutorials on SQL: SQL Tutorial http://sqlzerotopro.com Regards
This message was edited by hasan2000 on 11-18-09 @ 12:06 PM
|