TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Mock Interviews – learn about data and SQL by solving interview tasks

3 pointsby makaronichalmost 5 years ago

1 comment

sdwolfzalmost 5 years ago
Knowing how to use raw SQL has been a major differentiator for me in tech interviews (I&#x27;ve been told by employers). It seems people jump to learning web frameworks and they either skip this part or worse, are told they don&#x27;t need to know how to use it to be become decent and land a job.<p>I call bullshit, do not listen to such advice, grab a SQL book, install a SQL database management server (postgres for example) and start playing with it. Create tables, do left joins, learn about indexes, try playing with pivots, and some more advanced stuff like, try building a &quot;data warehouse&quot; type of structure. I can guarantee you, from personal experience, it is worth it. Bonus points if you do all that from the terminal, using psql for example. It makes you feel more confident when debugging a real issue and really impresses in interviews.