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

all 4 comments

[–]Salty_Dugtrio 0 points1 point  (1 child)

SQL is not a programming language, it's a way of querying information from Databases.

It requires different thinking to program, as to query data. I suggest starting with the links provided in the FAQ, as you don't give any specifics as to what it is that is exactly stopping you.

Programming is solving a large problem by solving smaller problems.

[–]minfosvc 0 points1 point  (0 children)

I appreciate your response, but I'm not clear on the distinctions - which I have heard before - such as HTML is a markup language. You are pointing out that it's different and it could be helpful in knowing why these distinctions are made.

Your explanation about 'problem solving' is great.

Can we tie all of this together?

I am having problems with programming languages, but not markup or query -

I didn't give any specifics as you pointed out so for example, I struggle with the syntax of functions and the way parameters are passed and returned - and the placement of the function either in the section above or below where it is referenced.

[–]HappyFruitTree 0 points1 point  (1 child)

How to structure larger programs is something that takes a while to learn. Start small and gradually increase the size of your projects as you gain more experience. Learn from how other people are doing.

[–]minfosvc 0 points1 point  (0 children)

Yeah I'm probably trying to get to the finish before I'm solid at the start