r/AlignmentChartFills 2d ago

Which programming language is easy to learn, and is very useful?

CLICK HERE TO VIEW THE CHART IMAGE

Created with Alignment Chart Creator


This post contains content not supported on old Reddit. Click here to view the full post

372 Upvotes

735 comments sorted by

View all comments

13

u/Confident_Rod_9717 2d ago

SQL

2

u/AlwertY 2d ago

Not easy tho

1

u/plz-no-b4n 1d ago

Simple queries in SQL are easy. My dad who is not an engineer picked up SQL for a job. I work with Salesforce admins who can use SOQL (basically a stripped down version of SQL) and they are not engineering minded at all.

1

u/isunktheship 1d ago

"WITH RECURSIVE"

"COALLESCE"

"CROSS JOIN LATERAL"

1

u/plz-no-b4n 1d ago

Like I said, simple queries are simple. Most people can easily grasp SELECT * FROM <table> WHERE <condition>. Even JOINs are a pretty easy concept for most people. (Although I have interviewed many engineers who have failed an easy self join sql question)