filmov
tv
TRICKY SQL Interview Question | SQL Intermediate Question 20
ะะพะบะฐะทะฐัั ะพะฟะธัะฐะฝะธะต
Question - Write an SQL query ๐ญ๐จ ๐๐ข๐ง๐ ๐ญ๐ก๐ ๐ญ๐ฑ๐ง๐ฆ๐จ๐ง๐ญ๐ก ๐ฐ๐ก๐ข๐๐ก ๐ก๐๐ฌ ๐ญ๐ก๐ ๐ฆ๐๐ฑ๐ข๐ฆ๐ฎ๐ฆ ๐ญ๐ฑ๐ง๐๐ฆ๐จ๐ฎ๐ง๐ญ
The approach is to arrange the data vertically so that applying aggerate functions becomes easy.
Comment below yours approach too.
create table eshop(txnmonth varchar(50),clothing int,electronics int,sports int);
insert into eshop values('Jan',2000,1500,3000);
insert into eshop values('Feb',1000,2500,4000);
insert into eshop values('Mar',2000,1400,1000);
insert into eshop values('Apr',3000,1500,1000);
select * from eshop;
#amazon #facebook #meta #ai #dataanalytics #placement #college #sql #tcs #cts #infosys
The approach is to arrange the data vertically so that applying aggerate functions becomes easy.
Comment below yours approach too.
create table eshop(txnmonth varchar(50),clothing int,electronics int,sports int);
insert into eshop values('Jan',2000,1500,3000);
insert into eshop values('Feb',1000,2500,4000);
insert into eshop values('Mar',2000,1400,1000);
insert into eshop values('Apr',3000,1500,1000);
select * from eshop;
#amazon #facebook #meta #ai #dataanalytics #placement #college #sql #tcs #cts #infosys
Solving SQL Interview Queries | Tricky SQL Interview Queries
An Awesome Tricky SQL Logic | Complex SQL 10
sql Tricky developer interview questions for 2+ years experience Operators #sqlinterviewquestions
SQL Tricky and Important Interview Questions and Answers | SQL Tutorial for Beginners
Tricky SQL Interview Question
Top 6 SQL Tricky Interview Questions & Answers | sql server interview question and answers
TRICKY SQL Interview Question | SQL Intermediate Question 20
Tricky SQL technical most asked interview questions and answers #sqlinterviewquestions
Leetcode HARD 3384 - SELF JOIN in SQL Explained - Team Dominance by Pass | Everyday Data Science
SQL Tricky Advanced Interview Questions 2+years Experience #sqlinterviewquestions
SQL JOINS Interview Question | What does different SQL Joins return?
SQL Tricky Interview Questions Preparation Course
SQL interview question | Challenge yourself | SoftwaretestingbyMKT | Interview Preparation on SQL
Top 10 SQL Tricky Interview Questions | SAMSUNG SQL Interview Questions | SQL Server 2020 | Part 62
SQL Tricky Interview Question and Answers | Most asked Sql question for Data analytics and engineers
Tricky SQL Interview Question || Predict Output || Data Analyst Interview
Tricky SQL questions on Strings | Like Operator | Substring Function | CHARINDEX | IQBees
Tricky SQL Interview Question #sql #shorts #education
A Simple and Tricky SQL Question | Rank Only Duplicates | SQL Interview Questions
Tricky 30๐ฅ SQL Interview Questions and Answers 2024
Top 5 Tricky SQL Questions | SQL Interview Questions And Answers | SQL Interview 2022 | SimpliCode
sql tricky interview questions and answers Handling Null Values 500+ Tutorials #sqlserver
Tricky SQL Interview Question by a Product Based Company | Ludo King SQL Analytics
SQL Tricky Technical Interview Questions Check your SQL Skills #sqlinterviewquestions
ะะพะผะผะตะฝัะฐัะธะธ