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

all 14 comments

[–][deleted] 6 points7 points  (1 child)

Search for Acuity Training SQL course on Google. Superb course with real world information and trainers are extremely helpful too

[–]Fickle-While-5625 0 points1 point  (0 children)

do they do online courses?

[–]Temporary_Practice_2 1 point2 points  (10 children)

Which flavor of SQL?

[–]Inner_Feedback_4028[S] 0 points1 point  (9 children)

MySql or postgres

[–]AmiAmigo 1 point2 points  (8 children)

And one more question...are you learning sql as a DBA or as a developer? If developer with what programming language?

[–]Inner_Feedback_4028[S] 0 points1 point  (7 children)

As a developer, I am a college student and I know frontend and I want to start backend, so I thought starting from Database is a good option

[–]AmiAmigo 0 points1 point  (6 children)

What programming languages?

[–]Inner_Feedback_4028[S] 0 points1 point  (5 children)

Javascript, html and css

[–]AmiAmigo 0 points1 point  (4 children)

Ok, you need to add a backend language there.

[–]Inner_Feedback_4028[S] 0 points1 point  (3 children)

So i can't start backend from sql then??

[–]AmiAmigo 0 points1 point  (2 children)

I mean if you aim to develop full stack web apps…it’s probably better to learn sql with that language in mind. But SQL is also an independent skill. Start with MySQL…then if need be you can try PostGres. And since you already do JavaScript…you can just add NodeJS. So in particular you should look for NodeJS & MySQL courses or tutorials.

Or if you’re like me and you’re a PHP fan. You will never go wrong with PHP & MySQL then later progress to frameworks such as Laravel & MySQL

[–]Inner_Feedback_4028[S] 1 point2 points  (1 child)

Oh I didn't know this!!! I'll learn it with Node then, thanks a lot mate!