[Top 11] SQL Interview Questions and Answers (Part 6)

preview_player
Показать описание
#sqlinterviewquestionsandanswer
If you are appearing for a System Analyst role, IT Business Analyst role or Techno functional role then SQL is a must for you and this video helps you to prepare for the interview.

You are going to discover the Top 11 commonly asked SQL Interview Questions and Answers.

This video should help Experienced Business Analyst and Freshers to prepare for their Business Analyst Interview.

FREE Business Analyst Training Course : 25+ Video Lessons split across 9 Modules (ranging from requirement gathering, requirement documentation & diagrams to IT Skills and Testing)

100+ commonly asked Business Analyst Questions and answers:

I. Check out the Business Analyst Interview Questions and Answer Video Series below

Рекомендации по теме
Комментарии
Автор

Thanks for the content, its very informative and hands on practical approach

pritomdasradheshyam
Автор

I am a big fan of all your vedios. Great stuff . Very helpful.

poulamisarkar
Автор

I really appreciate your effort. It's super helpful for people like me.
If possible please try to cover the Healthcare domain as well.

Shaktiey
Автор

You are doing such a great job man! Just one correction, in q number 6, in the output result table the name 'amount ' should be replaced with value as there is no such column named amount and we are retrieving value n not amount;
Just keep uploading more videos 😁😍

traveltribethings
Автор

Thank you for all your videos. Your all videos are very informative and practical based. Also, your way of explanation is very nice....

Can you please help me to know any best course to learn the SQL including SQL stored procedures and all.

sunilnikam
Автор

@theprefectba I hope in question number 7, the name of the places inside the IN clause should be in single quote. Please confirm once.🙂

ameetpatra
Автор

The result on question 4 would not be the output of the query above. With the select statement, we are only retrieving name and value. The statement for the result below is not hugely different. See below:

SELECT name, value, city FROM orders
WHERE value > 500 AND city = ‘Seattle’;

Ledesmath
Автор

Great! Continue do it!
Ps. Syntax IN ('name1', 'name2') for 7 example. Gl!

ndrey
Автор

the 11th question was how do find the customer with minimum and maximum order value, and not just find the minimum, maximum order value :)

kajoldave
Автор

I have a first phone interview with amazon tomorrow morning!

BeccaL
Автор

Nice video but I don't understand why you dint also select city in 4th question .
It should be i guess : select name, value, city from orders
Where value > 500 And city = 'seattle'
Wherein in question number 5, you did select mode

traveltribethings
Автор

Hi, thanks. This is informative. Can you please also cover topics like Joins etc.., ?

sandeepp
Автор

Need some video on advance sql queries. Tx in advance

abbhinaw
Автор

solution to question 7: shouldn't Seattle and Baltimore be in quotes?

debadri