+ 6
What is the benefit and the future jobs after learning sql fundamentals? I am beginner and I really like sql.
I just enjoy using sql so I am curious about this language and I have never heard anyone talking about sql so plz help me out.
3 Answers
+ 6
Sql is great for searching information in database.
Companies store a lot of data, but to access this data you need sql.
Tell companies how much of a product is sold.
What the age was of the customers which bought those products.
And where they live.
Whole marketing plans are written on this kind of data that comes from databases.
sql express is free not old
mysql server is also good
The difference between sql and mysql are mostly syntax, so learn one and you will understand the other.
https://www.snagajob.com/job-descriptions/data-analyst/
+ 15
transactional sql is worth looking at as well. Useful with enterprise desktop apps. tsql has variables, trigger statements
+ 3
SQL is old school relational database querying. Get an (My)SQL server and then you can start.