9 SQL 'Must Know' Interview Questions & Answers.

preview_player
Показать описание
Hello Viewers👋

These are Level 1 Challenging Questions

Follow along and practice the 9 questions below:

3:10 Find the Customer with a number of orders sorted in descending order
5:38 Find the customer ID with the maximum number of orders
7:23 Find the customer's name and ID with number of orders
10:54 Find the customer's name and ID with number off products purchased in a single order
15:24 Find the Average order per total customer for every employee ID and filter values greater than 1.8
18:04 Find the number of Order by each employee month by month basis and place as premium customer flag with order more than 5 month by month
22:11 Find employees that were born after 1960
25:18 Compare Sales of different products in a pairwise table
29:28 Find Pair of Products with the highest differences in sales

───── ⋆⋅☆⋅⋆ ────────── ⋆⋅☆⋅⋆ ────────── ⋆⋅☆⋅⋆ ─────

🎬Watch My Recent Videos🎬

🔶Free Data Analysis Websites

🔶How To Avoid Python Errors

🔶Awesome Excel Forecast Function

🔶Amazing Voice To Text With Python

───── ⋆⋅☆⋅⋆ ────────── ⋆⋅☆⋅⋆ ────────── ⋆⋅☆⋅⋆ ─────

🌐 Visit Our Website:


⬇⬇⬇ Follow Me On Social Media ⬇⬇⬇

⏯️LinkedIn

───── ⋆⋅☆⋅⋆ ────────── ⋆⋅☆⋅⋆ ────────── ⋆⋅☆⋅⋆ ─────

Have ideas for future videos❓Any topics you want to hear about❓Qustions you want to be answered ❓Make sure to ask in the comment section

───── ⋆⋅☆⋅⋆ ────────── ⋆⋅☆⋅⋆ ────────── ⋆⋅☆⋅⋆ ─────

Thanks for watching the video from my channel. I really hope that you find this video to be extremely useful. If you have any inquiries, please post them in the comments section below. You also have the option of contributing your thoughts in the comments area.

Join the Absent Data community now. Don't Forget To Subscribe & Press The Bell Icon to get the latest updates.

🔎Hashtags:

#SQL
#SQLInterview
#StructuredQueryLanguage
#AbsentData
#SQLInterviewQuestions
#DataScience
#Questions&Answers
#SQLInterviewQ&A

▂▃▄▅▆▇█▓▒░Thank You░▒▓█▇▆▅▄▃▂
Рекомендации по теме
Комментарии
Автор

Your solution for #4 groups the results by CustomerName, CustomerID, and OrderID, which means it's counting the number of distinct products for each combination of customer and order, rather than counting the number of products purchased in a single order transaction by each customer. Sorry, but it's either your solution is wrong or your question is wrong.

MrLeito
join shbcf.ru