Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQL CODES #1

Open
reemala opened this issue May 11, 2021 · 8 comments
Open

SQL CODES #1

reemala opened this issue May 11, 2021 · 8 comments

Comments

@reemala
Copy link

reemala commented May 11, 2021

No description provided.

@Muhammad-Abdullah3
Copy link

I can't see any kind of issue here.

@sherifeissa
Copy link

Hello Alex,
First of all, great course and material. Really appreciate it.

However, just a quick thing, the schema for the both tables EmployeeDemographics and EmployeeSalary are both missing the insertion of the null data for the Join Video.

I have already added them manually in my files but just wanted to give heads up for the future. Thanks again and will tag you once finished the bootcamp.

@AjBurds
Copy link

AjBurds commented Mar 27, 2024

Hello,
No issues with the tables but the warehouse employee section is missing from the video between beginner and into intermediate inner/outer joins. Just simply have to add the warehouse employees to existing tables and then create third table for warehouse employee demographics. Yes great content and way to learn the fundamentals thank you!

@moroianu13
Copy link

moroianu13 commented Apr 1, 2024

for an intermediate tutorial, you should add: INSERT INTO EmployeeSalary VALUES
(1010, NULL, 47000),
(NULL, 'Salesman', 43000)
Past 4 years your DataAnalyst Bootcamp on YouTube has still been the best

@Moloantoa2205
Copy link

Hi Alex

As a first-time coding learner. Your video has really helped me to understand the basics of SQL.

Just realized that the WarehouseDemographics table is not available. Guess I'll have to create my own (I guess it'll solidify my skills).

Thank you for the great work

@Ranza1
Copy link

Ranza1 commented May 20, 2024

park_and_rac_create_db  How can i download this please

@AmandaCVel
Copy link

park_and_rac_create_db How can i download this please

If you look at the right side, where it says "History," underneath that there's a pencil and to the left of the pencil there is a downward arrow. If you hoover your mouse over it it'll say to "download raw file"

@WillJasp
Copy link

WillJasp commented Oct 22, 2024

Hello, No issues with the tables but the warehouse employee section is missing from the video between beginner and into intermediate inner/outer joins. Just simply have to add the warehouse employees to existing tables and then create third table for warehouse employee demographics. Yes great content and way to learn the fundamentals thank you!

Thank you AjBurds, your steps are correct and they helped me.

I ran into the same problem. When looking for the rest of the EmployeeDemographics data that goes beyond EmployeeID 1009 and the whole part of WarehouseEmployeeDemographics I found it here #(https://github.com/AlexTheAnalyst/SQL-Code/blob/cf3451147bf332ea642d3ea26910d8d075192dee/SQL%20Unions%20Tutorial)) This extra table data for these two tables were missing from the video.

I STILL can't find the extra data for the EmployeeSalary table that gets extended beyond EmployeeID 1009 though? Thanks in advance for any help with that.

Thank you also to Alex the Analyst for making this free and excellent course. I really appreciate your hard work. :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants