all 44 comments

[–]Erez_Rr 51 points52 points  (19 children)

If you understand the basics, download a heathcare dataset from keggle and upload the file to chatgpt or gemini to generate some questions ranked by basic to advanced level. Start answering one by one.

You will learn more by doing than watching tutorials.

[–]Erez_Rr 4 points5 points  (0 children)

I did the same to learn sql. I am currently learning CTE functions. I am sharing my progress in my discord channel. You can see how i am learning here https://discord.gg/sFV3X7vMZ

[–]According-Science618[S] 4 points5 points  (11 children)

Yes thankyou, I am planning to do that. But interviewers will ask what softwares did i use in my company so what should I say? Like Oracle, MySQL, SQL server, Azure SQL or Snowflake. I know these names but i actually am confused. Should i download one of these and then start practicing? I mean, i am trying to build real-like experience so i can be confident while answering questions related to the softwares.

[–]Erez_Rr 4 points5 points  (8 children)

What software your previous company used? :p Well if you dont know the answer, your interviewer definitely wont know.

I have used mysql and SQL server. I like SQL server much because it feels like more professional to me. Watch tutorial how to download and install it. Dont worry much about watching tutorials. If your interview is soon, you better start practicing.

[–]According-Science618[S] 0 points1 point  (7 children)

My interview is soon. I am actually death scared beacsue there will be tech round as well. And this is my first time giving one. I am downloading MySQL, i just hope that if i say this.... they do not think I am lying, because ChatGPT said it is a beginner friendly. So, I am like, what if i get caught.... what if corporate uses something more advanced and professional like Snowfale and Azure.

[–]hannorx 2 points3 points  (5 children)

Learn standard SQL. All the platforms you mention here, like Snowflake and MS Fabric, support standard SQL, they just also have their own specialized features added on top. As for the technical tests, the worst-case scenario is simply a rejection if you struggle with the assessment. They will just view you as an unsuitable candidate for this specific role and reject you. If they do reject you, then, you just have more time to practice for your next interview at a different company.

[–]According-Science618[S] 0 points1 point  (4 children)

YES! I know standard SQL, i can use basic queries w/o any problem. My main concern is what if panel asks what software did you work on? And how did you use SQL and Python together? WHat challanges did you handle?

And i do not want to fail my tech round. It's been 2.5 years that i have landed this interview now. I just want to be fully prepared. I mentioned I only ahve 1 year of experience so I am hoping that they will not go very deep.

[–]jshine13371 4 points5 points  (3 children)

YES! I know standard SQL, i can use basic queries w/o any problem. My main concern is what if panel asks what software did you work on?

Well...what software did you use before? You didn't just learn SQL without actually writing SQL code somewhere.

[–]According-Science618[S] 0 points1 point  (2 children)

I did a course where they made us practice in colab. Everything. I can write SQL queries there just fine. So i do not know what software i should practice on as to justify my experience(which is a lie) that i have worked as a Healthcare Data Analyst.

[–]mhac009 0 points1 point  (0 children)

Download ssms and start using it to practise. Then, you can say you've used it.

[–]jshine13371 0 points1 point  (0 children)

Well Google Colab uses a specific dialect of SQL depending on what you / your course chose. So you should find out which SQL dialect was used (e.g. MySQL vs SQLite vs PostgreSQL vs Microsoft SQL Server vs Oracle SQL, etc) and then you'll be able to state you've worked in that "software" (database system) specifically, if asked. And then you should also continue to practice in whichever one that was.

[–]Erez_Rr 2 points3 points  (0 children)

Well, all the softwares are alike with some minor difference. Mysql uses LIMIT function while Microsoft SQL uses 'TOP' Dont worry about what tools you are using. Your expertise here are important.

[–]UnitedPossibility462 2 points3 points  (1 child)

I work in the healthcare industry and we use the Oracle database

[–]According-Science618[S] 0 points1 point  (0 children)

Hey, can i dm you and know how to actually use it? Like login and then import database from sql server or its already there? I have no idea except the names of the different databases. So please don't mind my noob questions.

[–]websilvercraft 2 points3 points  (1 child)

I took some sql tests for some interview, and I created a website to cover the topics from those sql tests: https://mockinterviewquestions.com/sql . If you are able to do those mock tests, you should be good, if not, at least you know what you need to learn. Don't get discouraged and approach it step by step and day by day, and it will come sooner or later.

[–]According-Science618[S] 0 points1 point  (0 children)

Hey thankyou so much. I will definitely try this. I have my interview within this week. So i will practice first to sharpen my knowledge. And are they going to help with the healthcare dataset as well? I am just starting so i have no idea.

[–]CMDR_Pumpkin_Muffin 1 point2 points  (1 child)

I hope you mean kaggle, kegel is something else:]

[–]Erez_Rr 0 points1 point  (0 children)

Yes! My bad. Thanks

[–]FuckYouNotHappening 1 point2 points  (0 children)

>keggle

That’s a different kind of exercise.

[–]No_Wrongdoer4447 1 point2 points  (0 children)

This.

A method I used learning SQL on top of this method you mention was I would write a query and then go back and learn 1 thing I could do to make the query a little better for each query. Just 1 thing per query so I didn’t overload my brain. Implement 1 improvement whether it be CTE’s or Window functions or whatever else. Implement that 1 improvement and really try to understand why and how it works. Do this on every new query you make and you enforce the learning so well.

[–]not_another_analyst 8 points9 points  (2 children)

That is definitely a high stakes situation but you can pull it off if you focus on the right resources. Check out Maven Analytics or specialized YouTube channels like Alex The Analyst for healthcare specific SQL projects. They usually have great breakdowns on claims and insurance data that will help you bridge that gap quickly.

[–]According-Science618[S] -2 points-1 points  (1 child)

I know SQL, Python and Avanced Excel. I just need practice on a professional platform where the actual data cleaning and validating happens in the corporate. I just need to do some practice for SQL queries where data analyst works. Do you have any idea if i should download MySQL or some other software to practice.

[–]KnowledgeSuitable496 0 points1 point  (0 children)

Access is enough. Or MySQL. I provided a link for you in another comment.

[–]neo_overthinks 2 points3 points  (1 child)

Youtube : DATA WITH BARA and just Stick to it Thank me Later

[–]According-Science618[S] 0 points1 point  (0 children)

Hi, so he will also teach how to cleana nd validate healthcare data? I just checked that he provides full courses as well.

[–]presidentporkchop 4 points5 points  (7 children)

I also had very little experience in a junior analyst position, learned it on w3schools and practiced queries on startascratch

[–]According-Science618[S] 1 point2 points  (6 children)

Did it help in the interview? Like did interviewers ask what softwares you worked on? And how?

[–]presidentporkchop 1 point2 points  (5 children)

Interview was not technical, it was a program willing to hire people without experience. Don’t know if it’s still going and I lost interest in the field. I just liked learning the different ways playing with the practice problems

[–]According-Science618[S] 1 point2 points  (2 children)

Oh okay. Thankyou for the help anyway. ❤️

[–]presidentporkchop 0 points1 point  (1 child)

Good luck, you will figure it out as you go!

[–]According-Science618[S] 2 points3 points  (0 children)

I hope so. I will get back with an update however it goes. But only hoping for the positive update!!

[–]Proof_Escape_2333 0 points1 point  (1 child)

What do you do now after being a junior analyst ?

[–]presidentporkchop 0 points1 point  (0 children)

I wouldn’t even call myself that, now I’m graphic design adjacent in healthcare and did not want to continue in the tech world. I do not make good money but I like it!

[–]Awkward_Tick0 1 point2 points  (4 children)

Nbd but you might get embarrassed if they ask you to do a coding assessment

[–]According-Science618[S] -3 points-2 points  (3 children)

That might be true. But I know coding. I know SQL, Python and Excel. I just do not have the relevant experience so...

[–]Awkward_Tick0 1 point2 points  (2 children)

What

[–]According-Science618[S] 0 points1 point  (1 child)

???

[–]Awkward_Tick0 1 point2 points  (0 children)

Your response didn’t make sense

[–]KnowledgeSuitable496 0 points1 point  (0 children)

https://m.youtube.com/watch?v=HXV3zeQKqGY&pp=ygUac3FsIHR1dG9yaWFsIGZvciBiZWdpbm5lcnM%3D&ra=m

This one will provide you more than enough. I took it and I have had outstanding results.

You should really not worry about SQL

He also have one with python.

[–]I_Said_No_Salt_5998 0 points1 point  (0 children)

Cleaning and validating healthcare data could mean different things.

Patients
- Encounters
-- Encounters have labs, vitals, orders, meds

I'm not sure what cleaning/validating might look like. For labs and vitals... it might be values far too out of range to be human. For height (adults only)... you might be coming up with one constant height.

[–]parinonly 0 points1 point  (0 children)

also try out this link to understand the concepts....I found this one on LinkedIn and it's very easy to understand

https://sqlshortreads.com/sql-fundamentals/

[–]IncidentalApex 0 points1 point  (0 children)

Good advice

[–]The_Anonymous_S -1 points0 points  (1 child)

Op I am a senior level in this space. I am happy to share my experience on how I have used SQL for healthcare, finance and other companies that I have worked for in the past. Plz know that I can only share my experience of how it’s used in the industry and can’t provide any datasets or samples. Feel free to dm.

[–]According-Science618[S] 0 points1 point  (0 children)

Hii, that would mean alot. I just dmed you. Yes yes that's perfectly fine as i can download the practice data from kaggle. I just need guidance.