What’s the Best Way to Learn SQL and NoSQL?

0
0
Asked By BrightStar99 On

I'm looking to improve my skills with databases, both SQL (like PostgreSQL or MySQL) and NoSQL (such as MongoDB or Redis). I'm really interested in how others have learned these technologies. Did you pick them up in school or through online courses? Maybe you learned by working on actual projects or just diving into documentation? I'd love to know about your learning journeys and any resources that helped you grasp how to apply these skills in real-world scenarios, beyond just writing simple queries!

7 Answers

Answered By ProjectNerd21 On

I worked with a beer festival database and also queried Formula 1 race results on MongoDB. Most of my learning came from hands-on experience and a lot of Googling to solve problems as they came up.

Answered By DatabaseDreamer On

Microsoft Access was my gateway. Building queries with its graphical designer was a game-changer before I learned to code SQL manually. Now I feel much more comfortable coding by hand.

Answered By DataDude77 On

I learned about primary and foreign keys in college, which had me confused for a while. A primary key is a unique identifier for a column, like a CourseID in a school database. A foreign key in another table points to these unique identifiers, keeping things organized and ensuring data integrity.

Answered By StudentOfSQL On

I learned MySQL in school and used resources like SQLBolt and W3Schools for practice. I also played around with PostgreSQL's movie rental sample database to learn about tables and queries.

Answered By CuriousCoder32 On

I was introduced to the relational model in university, which made learning SQL feel more like syntax for me. Still, I often doubt my joins and find that a lot of my queries never end up being used by clients.

Answered By HistoryLover88 On

I picked up SQL from my dad, who used it in his work. I learned the basics like INSERT and SELECT just to help him out with small tasks. It's funny reflecting on how those moments led to my current interest in databases!

Answered By HandsOnDev On

I really got my SQL skills from school, but my NoSQL knowledge grew on the job. Working on actual projects has helped me a lot more than just memorizing syntax.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.