Options

Job Possibility- Need to learn some SQL fast

JourdshJourdsh Member Posts: 91 ■■□□□□□□□□
So, I have a friend who has forwarded my resume to his new employer. He mentions that there is some pretty basic SQL server questions that they will ask, I have no experience with SQL. I am downloading the software and will skim some books, but does anyone have any advice on what basics I should be sure to learn?
WGU Progress
_______________________________
Transferred:AXV1, ABV1, TTV1
Completed: EWB2, TNV1, TSV1, BAC1, BBC1, LAE1, LAT1, CLC1, INC1, WFV1, LUT1, INT1, HHT1, AHV1, ORC1, LET1, MGC1 ,GAC1, TPV1, AIV1
Left: SSC1, SST1, BRV1, QLT1, BOV1, IWC1, IWT1, TWA1, AJV1, CPW2

Comments

  • Options
    PsoasmanPsoasman Member Posts: 2,687 ■■■■■■■■■□
    During the interview, I would be honest about your SQL knowledge. Let them know that you have started learning it, but don't have experience with it yet.
  • Options
    hiddenknight821hiddenknight821 Member Posts: 1,209 ■■■■■■□□□□
    Just one thing I want to tell you. Don't kill yourself with this. It's best if you can be honest with your employer. Let them know you're eager to learn once you get the job, because it would be a waste of time if they are looking for person with SQL experience. I can see your enthusiastic, and that's great. That's what the employer needs to know so that he doesn't have to waste money on you through some trainings.
  • Options
    phoeneousphoeneous Member Posts: 2,333 ■■■■■■■□□□
    Jourdsh wrote: »
    He mentions that there is some pretty basic SQL server questions that they will ask, I have no experience with SQL.

    Questions about coding in sql (select statements) or a sql server platform like ms sql server 2005/2008?

    Either way, just be honest. Sql is fun though.
  • Options
    JourdshJourdsh Member Posts: 91 ■■□□□□□□□□
    Oh, I plan to be honest, it isn't a database job, so I don't think I need to know that much about SQL. However if I wanted to show that I have at least started to learn about it, I was starting in the right spot.
    WGU Progress
    _______________________________
    Transferred:AXV1, ABV1, TTV1
    Completed: EWB2, TNV1, TSV1, BAC1, BBC1, LAE1, LAT1, CLC1, INC1, WFV1, LUT1, INT1, HHT1, AHV1, ORC1, LET1, MGC1 ,GAC1, TPV1, AIV1
    Left: SSC1, SST1, BRV1, QLT1, BOV1, IWC1, IWT1, TWA1, AJV1, CPW2
  • Options
    blargoeblargoe Member Posts: 4,174 ■■■■■■■■■□
    Don't sweat it, and don't "study" for the interview and try to act you know SQL. As Psoaman said, you can tell them you have just started learning SQL, but are not experienced. If they're looking for a SQL DBA, then, yeah, you're not going to be hired. If SQL isn't a primary responsibility for this job, it isn't going to be that big of a deal if you're not strong in that area.

    My second IT job was a low-level systems admin position that had responsibility over a couple of SQL clusters in some 24/7 warehouse operations, among other duties. I had zero experience in SQL Server, but the combination of me hitting it off with the manager and me being able to demonstrate the ability to grow and pick up new things quickly (as evidenced by showing increased responsibilities at the first job plus getting some Microsoft certs) landed me the job anyway, with a SQL Server course booked for me a couple weeks after my hire date.
    IT guy since 12/00

    Recent: 11/2019 - RHCSA (RHEL 7); 2/2019 - Updated VCP to 6.5 (just a few days before VMware discontinued the re-cert policy...)
    Working on: RHCE/Ansible
    Future: Probably continued Red Hat Immersion, Possibly VCAP Design, or maybe a completely different path. Depends on job demands...
  • Options
    EssendonEssendon Member Posts: 4,546 ■■■■■■■■■■
    Good advice already by the other posters. As for lying about knowing something at an interview, I've got a little story. A person I know works for Australia's biggest betting company. They hired a chick who pretended she knew Checkpoint inside out. Somehow she bluffed her way through the interview, she was reported to have excellent communication skills. She got kicked out 4 hours into her first day. Imagine having someone like her having unlimited access to your firewalls. Nooooo...!!

    Bottom line, never lie. Just say you are learning the product.
    NSX, NSX, more NSX..

    Blog >> http://virtual10.com
  • Options
    nhprnhpr Member Posts: 165
    Since no one seems to have directly answered the question, here's an option for learning SQL. Download MySQL or PostgreSQL, and play around in the command-line. Make a database. Create silly tables like "family." Put in records for each member of your extended family. Alter the table to add a field such as "height." Delete your least favorite family members. Change their names. Etc.

    Basically, if you can INSERT, DELETE, UPDATE, and SELECT you're about 80% of the way there.

    Here's a link for some of the basics: http://www.w3schools.com/sql/default.asp
  • Options
    powerfoolpowerfool Member Posts: 1,666 ■■■■■■■■□□
    nhpr wrote: »
    Since no one seems to have directly answered the question, here's an option for learning SQL. Download MySQL or PostgreSQL, and play around in the command-line. Make a database. Create silly tables like "family." Put in records for each member of your extended family. Alter the table to add a field such as "height." Delete your least favorite family members. Change their names. Etc.

    Basically, if you can INSERT, DELETE, UPDATE, and SELECT you're about 80% of the way there.

    Here's a link for some of the basics: SQL Tutorial

    If the job has anything to do with MS SQL Server, just get the latest release of SQL Server Express, or whatever it is called today. There are plenty of tutorials online.

    You will want to learn the basics of SQL though... the w3schools.com link should have something. Lookup up topics on database normalization (and learn about the different levels for "normal form"). Maybe read up a bit on E.F. Codd, the "father" of relational databases.

    Heck, you never know, you may really enjoy SQL. If you are to learn it and start to have fun, you may want to research further into data warehousing and business intelligence; that is where a lot of opportunity exists in the DB area.
    2024 Renew: [ ] AZ-204 [ ] AZ-305 [ ] AZ-400 [ ] AZ-500 [ ] Vault Assoc.
    2024 New: [X] AWS SAP [ ] CKA [ ] Terraform Auth/Ops Pro
Sign In or Register to comment.