Where can I learn the basics for SQL? Can you tell me if its hard and how long does it take to be certified? Any useful info please, thanks.
2007-06-12
09:54:04
·
3 answers
·
asked by
just curious
3
in
Computers & Internet
➔ Software
well Ralfcoder you are not obligated to answer my question if its too much of a hassle for you to answer, and I posted the question because that's what Yahoo Answers is for...
2007-06-13
09:18:03 ·
update #1
SQL is Structured Query Language
It is used to handle different types of data in different ways for a database.
select , insert, update, and delete or just a few types of commands that can be performed on a SQL database.
As far as being hard....it isn't... but it is a very indepth language and there is a lot to know about it. Most people can get by with the basics.
There is much written about it on the internet.
2007-06-12 10:04:00
·
answer #1
·
answered by stratsandlespauls 6
·
1⤊
0⤋
Is Sql Hard To Learn
2016-10-30 04:12:34
·
answer #2
·
answered by ? 4
·
0⤊
0⤋
This link provides SQL Server 2005 downloads
http://technet.microsoft.com/en-us/sqlserver/bb331754.aspx
This link has many tutorial for SQL Server 2005 as well as SQL Server 2000.
http://www.SQLAuthority.com
2007-06-12 16:27:34
·
answer #3
·
answered by Pinal Dave 2
·
1⤊
0⤋
SQL is Sturctured Query Language. It is very easy to learn.
It is used to add data to database and retrieve data from database.
visit the site http://beginner-sql-tutorial.com/
It is a good tutorial site to learn SQL.
All the Best.
2007-06-12 17:30:52
·
answer #4
·
answered by CHANDRA M 1
·
2⤊
0⤋
Try SQL Exercises:
http://www.sql-ex.ru/
http://www.sql-ex.ru/help
2007-06-16 09:19:24
·
answer #5
·
answered by Serge M 6
·
1⤊
0⤋
SQL is Structured Query Language. It's used to get information into and out of a database. It's not hard to learn, and you can probably find a class for it at almost any local community college. You can probably find a class online, too, if you tried looking. That's what search engines are for....
2007-06-12 10:00:34
·
answer #6
·
answered by Ralfcoder 7
·
1⤊
3⤋
It's VERY easy. I taught myself SQL in about a day, and I'm no hacker. If you can find a halfway decent textbook and an Access or MySQL practice database to experiment in, you're set.
On edit: Databases themselves, on the other hand, might be a bit harder to learn if you have no programming experience. Do you have MS Access on your computer? Beg, borrow, or steal a textbook on basic DB's and go from there, paying particular attention to what a database actually is, as well as what a record, table, form, query, and report is. Basic DB theory and practice isn't hard either, but you need to put in some practice on it. Do this first, and then teach yourself SQL once you know your way around a database.
__________________
Ein Buch muss die Axt sein für das gefrorene Meer in uns
2017-03-10 20:37:39
·
answer #7
·
answered by darunkreddy 1
·
0⤊
0⤋