Top 10 SQL interview Questions and Answers | Frequently asked SQL interview questions.

preview_player
Показать описание
In this video we will discuss most frequently asked top 10 SQL interview questions. If you have any interview I am sure 2-3 questions will be from this list.
Рекомендации по теме
Комментарии
Автор

Master the art of with my zero to hero SQL course. The course is focused on data analytics and covers all the advanced concepts starting from scratch.


Course contains 2 portfolio projects and a bonus session on Tableau.

100+ interview problems to crack any SQL INTERVIEW.

ankitbansal
Автор

This is my one-stop video before every interview for the past years.
Brushes up my SQL skills like no other

Ghost-of-uchihaaa
Автор

create table emp(
emp_id int,
emp_name varchar(20),
department_id int,
salary int,
manager_id int,
emp_age int);

insert into emp
values
(1, 'Ankit', 100, 10000, 4, 39;
insert into emp
values (2, 'Mohit', 100, 15000, 5, 48);
insert into emp
values (3, 'Vikas', 100, 10000, 4, 37);
insert into emp
values (4, 'Rohit', 100, 5000, 2, 16);
insert into emp
values (5, 'Mudit', 200, 12000, 6, 55);
insert into emp
values (6, 'Agam', 200, 12000, 2, 14);
insert into emp
values (7, 'Sanjay', 200, 9000, 2, 13);
insert into emp
values (8, 'Ashish', 200, 5000, 2, 12);
insert into emp
values (9, 'Mukesh', 300, 6000, 6, 51);
insert into emp
values (10, 'Rakesh', 300, 7000, 6, 50);

mariecurie
Автор

Literally great.
In all my SQL interviews one or the other is asked.
Subscribed

sheikhshah
Автор

Your videos are very good and helpful. Thank you for providing data with create and insert statements.

chaithanyag
Автор

Great video! Loved that last question. Subbed and eager to practice more SQL with your other videos

gracepaet
Автор

Really Master class videos Ankit, Thanks.

prikshitbatta
Автор

Bang on ! Started product based companies interview prepration for Sr. DE role ( / AirBnB) etc...and your content is crisp and clear. Thanks

abhishek_grd
Автор

Good explanation👏 Please do more intermediate and advanced level of concepts in SQL.

balajisundar
Автор

Wow it wsd asked today delete duplicates..thanks for the videos.it is really really helpful

akp-
Автор

yeah it was really important vid as see for the interveiw sceneriao

OmkarShinde-bzoy
Автор

For the First time in 10 years, I am feeling confident with using SQL, only after watching your series of videos. Earlier I used Python to do data preprocessing after doing Vanilla Select * from Table Statement, which was not a recommended approach for memory efficiency.

tupaiadhikari
Автор

I was asked 3 questions out of 5 from your list. Thanks alot

bmgycey
Автор

You just earned a subscribe from me bro. I haven't used SQL in years, but due to a career change I'm planning to have soon, I'll need to learn more about SQL in-depth alongside bettering my skillset in C++ programming.

joeypencil
Автор

It will be helpful if you can create videos on views and stored procedures

vigneshnagaraj
Автор

Thanks ankit, ur videos always encourage and boost confidence to prac more n go beyond our limit. Thanks Man

gauravmdil
Автор

Ankit, I love your educational content. Is it possible for you to record the whole PL/SQL course for beginner/Intermediates?

nitinnagpalofficial
Автор

Hi Ankit, loved your all videos. Looking forward to see a video on subqueries,

gourabnandy
Автор

thanks, it actually let me through so i could download it.

lykavalladolid
Автор

Thanks Ankit its very helpful in interivews wish i had come across your videos early.. thnks much

abdulwahab-rwyq