filmov
tv
Big 4 SQL Interview Questions | Data Analyst SQL Interview Questions | PWC | Deloitte | KPMG | EY

Показать описание
Hi Learners! This is part of the initial screening test of SQL for one of the Big4 companies. In this video, we will be discussing this assignment's problems one by one and the step-by-step approach to solution.
You can use the below commands to create the table and insert the values.
1. To Create the Table:
Create table employee_abc(e_id int, e_name varchar(20), e_salary INT, e_age INT, e_gender varchar(20), e_dept varchar(20));
2. To Insert the values:
INSERT INTO employee_abc values(1, 'Sam', 95000, 45, 'Male', 'Operations'), (2, 'Bob', 80000, 21, 'Male', 'Support'),(3, 'Anne', 125000, 25, 'Female', 'Analytics'), (4, 'Julia', 73000, 30, 'Female', 'Analytics'), (5, 'Matt', 159000, 33, 'Male', 'Sales'),(6, 'Jeff', 112000, 27, 'Male', 'Operations');
For a detailed understanding of SQL, refer to my Master SQL series.
Do subscribe to the channel for more videos and grab your dream job in data analytics.
YouTube: @AnalyticsWithVipul
Whatsapp: +91-8168770058
Got a question about the solution? Please share it in the comment section below.
If you also have an interesting problem that was asked in any of your previous interviews, do share it in the comment box and if I find it interesting, I will make a solution video on that in the future.
Thank You
Vipul Gupta
You can use the below commands to create the table and insert the values.
1. To Create the Table:
Create table employee_abc(e_id int, e_name varchar(20), e_salary INT, e_age INT, e_gender varchar(20), e_dept varchar(20));
2. To Insert the values:
INSERT INTO employee_abc values(1, 'Sam', 95000, 45, 'Male', 'Operations'), (2, 'Bob', 80000, 21, 'Male', 'Support'),(3, 'Anne', 125000, 25, 'Female', 'Analytics'), (4, 'Julia', 73000, 30, 'Female', 'Analytics'), (5, 'Matt', 159000, 33, 'Male', 'Sales'),(6, 'Jeff', 112000, 27, 'Male', 'Operations');
For a detailed understanding of SQL, refer to my Master SQL series.
Do subscribe to the channel for more videos and grab your dream job in data analytics.
YouTube: @AnalyticsWithVipul
Whatsapp: +91-8168770058
Got a question about the solution? Please share it in the comment section below.
If you also have an interesting problem that was asked in any of your previous interviews, do share it in the comment box and if I find it interesting, I will make a solution video on that in the future.
Thank You
Vipul Gupta
Комментарии