Jump to content

Should I learn SQL?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
10 replies to this topic

#1
toxifyshadow

toxifyshadow

    Programmer

  • Members
  • PipPipPipPip
  • 125 posts
I have a SQL for dummies book and I was thinking if I should learn SQL. Should I?

#2
abdul.gafur

abdul.gafur

    Learning Programmer

  • Members
  • PipPipPip
  • 42 posts
yes, you should.
sql is very useful for database programming.
Learn a simple book.

#3
toxifyshadow

toxifyshadow

    Programmer

  • Members
  • PipPipPipPip
  • 125 posts
Ok I will. Thanks.

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Definitely worth learning.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#5
toxifyshadow

toxifyshadow

    Programmer

  • Members
  • PipPipPipPip
  • 125 posts
Ok now I have a new question.
Before I learn SQL, should I learn either PHP or ASP?

#6
toxifyshadow

toxifyshadow

    Programmer

  • Members
  • PipPipPipPip
  • 125 posts
Nevermind, I'm not learning ASP. So should I learn PHP or SQL first.

#7
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
They are somewhat independent and can be learned at the same time. That said, learning SQL without another language is kind of useless.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#8
toxifyshadow

toxifyshadow

    Programmer

  • Members
  • PipPipPipPip
  • 125 posts
I usually use javascript. So which one, or are you saying I should learn them both at the same time.

#9
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
JavaScript is one language you can learn independently of SQL quite easily.

SQL usually requires a wrapper language, like Java or .NET.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#10
toxifyshadow

toxifyshadow

    Programmer

  • Members
  • PipPipPipPip
  • 125 posts
I already know javascript, I was just saying that I use javascript.
Becuase I use a Wii, since I don't have a computer I'm not going to learn SQL yet. Wii browser doesn't support Java.

#11
zeroradius

zeroradius

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,406 posts
why not do MySQL with php. The Syntex is almost exactly the same to SQL so learning one will make it simple to learn the other. PHP is a server side language so you don't have to worry about what your browser supports because it returns plainText unless you decide to turn it into somthing else (html/javascript/css)
Posted Image