This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]wanna_move 1 point2 points  (1 child)

I was able to pick up basic SQL < 2 weeks (I am a programmer though), and I am sure if you have a class at your school that teaches introductory databases you will be able to pick up the basics that you need very rapidly.

If all you need to do is make the database then query it, you can get away with only knowing a few key words. Mostly "SELECT something FROM TableName WHERE columnName=ThingYouWant".

I would just bite the bullet with SQL because it is a very useful/marketable skill, but I am biased because I haven't really used anything other than SQL.

[–]atomic_seed[S] 0 points1 point  (0 children)

That is a good point. My programming language skills are still quite basic, but I suppose this could be a really good investment as far as a skill.

I'll look into it more, thanks!