is SQL difficult to learn?

VinylxScratches

Golden Member
Feb 2, 2009
1,666
0
0
What area? Queries can get pretty complicated depending on how complicated your database is. Of course, there are tools to help.
 

Alienwho

Diamond Member
Apr 22, 2001
6,766
0
76
I think SQL is easy to learn, difficult to master. DBA's who know SQL inside and out make good money.
 

zzuupp

Lifer
Jul 6, 2008
14,866
2,319
126
SQL itself is pretty easy. As VinylxScratches pointed out, an ugly database structure makes things more fun.
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
SQL is pretty simple, you can get the basics down and have some decent looking reports with something like MS Reporting Services fairly quickly. The difficult parts are usually getting accurate requirements from the people that want the data and if it's not a database that you've designed sometimes finding what table, column name, etc stuff is stored or how it's calculated.
 

Snapster

Diamond Member
Oct 14, 2001
3,916
0
0
Originally posted by: Alienwho
I think SQL is easy to learn, difficult to master. DBA's who know SQL inside and out make good money.

Cannot agree more
 

sdifox

No Lifer
Sep 30, 2005
101,207
18,220
126
just google learn sql and you will find a plethora of free sites to learn the basics. Beyond the basics is where the art part comes in.