avatarJason Feller

Summary

The provided content discusses the challenges and insecurities faced by individuals who rely on Microsoft Access's user-friendly interface to execute SQL queries, often leading to SQL Imposter Syndrome, and offers guidance on overcoming this issue through self-acceptance, learning, and preparation for future technological shifts.

Abstract

The article "SQL Imposter Syndrome" delves into the psychological struggle known as imposter syndrome, particularly as it relates to individuals who use Microsoft Access to perform database queries without manual SQL coding. It explains that while Microsoft Access provides a convenient way to generate SQL code, it may leave users feeling like frauds when faced with the prospect of writing SQL from scratch, especially in professional settings where direct SQL knowledge is required. The author empathizes with readers by sharing personal experiences and provides encouragement by highlighting that many people go through similar feelings as part of their professional growth. The article suggests giving oneself credit for the knowledge already possessed, using the tool as a learning opportunity to understand SQL syntax, and accepting that both imposter syndrome and reliance on current tools are temporary. It emphasizes the importance of continuous learning and practice, recommending resources like Hacker Rank and Kaggle, and suggests studying successful projects and engaging with educational content on platforms like YouTube to enhance SQL skills. The conclusion encourages readers to avoid comparing themselves to others and to focus on their own journey, using the provided tools and strategies to overcome imposter syndrome and succeed in their data management careers.

Opinions

  • The author acknowledges the convenience of Microsoft Access in generating SQL code but also points out the potential for a false sense of competence in SQL.
  • Experiencing imposter syndrome is seen as a normal part of the

SQL Imposter Syndrome

If you still use Microsoft Access, you may know what I’m Talking about.

Photo by John Noonan on Unsplash

Let's first understand what exactly imposter syndrome is.

the persistent inability to believe that one’s success is deserved or has been legitimately achieved as a result of one’s own efforts or skills. [1]

It’s that nagging, scary feeling that you don’t have the skills or knowledge to do what you’re doing. Most often, it can come up in our professions or hobbies.

Speaking from experience, it can lead to a major identity crisis. All of the sudden the room starts spinning. You get lightheaded. You think to yourself, what am I doing here?!

What does this have to do with SQL?

At my job, Microsoft Access is our primary Database Management Software (DBMS).

It may be old and clunky, but hey it’s not my decision to make.

If you’ve ever used Access, you are probably familiar with Design View.

Microsoft Access Design View

You throw in some tables, make table relations, and maybe input some criteria you’re looking for.

You can see in the picture I want my ‘region’ field to contain entries like “United States”. I want my ‘Large Bags’ field to be less than 100. You get the picture.

Once you’ve satisfied your requirement, Access spits out your SQL code for you. No typing, no syntax.

SQL code automatically created by Microsoft Access

Convenient? Yes. But I'm not actually writing SQL while claiming I know how to write SQL. In reality this is just performing queries in a database environment. Sometimes that’s good enough.

But what if you want to apply to a new job that requires SQL, and they don’t use Access? Or what if your company switches software? Hopefully you practiced. Right?

The Good News

You’re not alone. Most (if not all) of us have experienced imposter syndrome at some point. It’s a part of the growing process.

There are things you can accept, and there are things you can do.

  1. Give credit where credit is due.

To do the above task you still need to know skills and knowledge within database management. You need to know how to set up relational databases. you may even know some syntax to put in the criteria field.

My point is you still know something. Something that gives you a working knowledge to complete a task.

Don’t be so hard on yourself just yet.

2. Use it as a learning opportunity

If you’re a beginner learning SQL, this tool can actually be incredibly helpful for learning. You may not know the exact SQL syntax to type, but if you can set up tables and table relations, you’re 90% there.

Take some time to experiment with the tool. Then you can study the syntax. Voilà, you’re improving!

As I mentioned earlier this feeling is part of the growth cycle. Embrace it and use it as fuel to keep learning.

3. Assume it won’t last

First, assume the imposter syndrome won’t last because the hope is you will continue to learn and grow if you’re serious about your profession.

Second, assume that this environment (MS Access) won’t last either. A scary thought, I know. What happens when your company decides on a new software. Are you prepared? Hope for the best, prepare for the worst.

How do you prepare?

4. Study and practice your skills

If you don’t use it, you lose it. Utilize the internet to practice SQL and coding skills.

Conclusion

Comparison is the thief of Joy. In order to avoid imposter syndrome don’t compare yourself to others. You are where you deserve to be in your journey. It takes time and work that many aren’t willing to put in. Then they complain and expect themselves to be further along than they deserve.

Use the tools I have laid out here. Play the long-term game to defeat imposter syndrome. Best of luck!

Originally posted on sheetfreek.com

Other Stories:

Power BI Summit 100+ Topics. Get ready for the biggest Power BI… | by Jason Feller | Jan, 2023 | Medium

https://readmedium.com/what-is-the-salary-of-a-database-administrator-3f19adfb4a2d

Sources

[1] what is imposter syndrome — Google Search

Sql
Imposter Syndrome
Microsoft
Database
Data
Recommended from ReadMedium