Top 15 SQL Queries Interview Questions and Answers for Software Testing professionals || Part-B

  Рет қаралды 49,962

Software Testing And Automation

Software Testing And Automation

Күн бұрын

Пікірлер: 65
@pratikpoojari1212
@pratikpoojari1212 2 жыл бұрын
Doubt in 19th question - Distinct for Firstname is incorrect I believe. The question was to display all the employees having salary btw 30 and 35 so both 'Yashika' were supposed to get displayed as one of them has 32 and other one has 34 salary.
@k9870
@k9870 3 жыл бұрын
Hey subhashish,I completed your java programming questions series & now doing SQL for a quick recap..from your java programming series I am getting most of the questions in interview...thanks for it... subscribed,,,😊
@SoftwareTestingAndAutomation
@SoftwareTestingAndAutomation 3 жыл бұрын
I am glad to hear that 😊 share it with your friends.
@omthakurgulshan534
@omthakurgulshan534 2 жыл бұрын
I can't found​ java programming question answer . Please help
@k9870
@k9870 2 жыл бұрын
@@omthakurgulshan534 Check in his playlist section,total 32 java programming questions are there
@705chacko
@705chacko 3 жыл бұрын
Watched both videos start to finish in one sitting. Very good job Subhasish Mishra.
@SoftwareTestingAndAutomation
@SoftwareTestingAndAutomation 3 жыл бұрын
Thank you 😊
@rajivkrishnasamy9519
@rajivkrishnasamy9519 Жыл бұрын
Really superb bro Nth highest salary query is different approach thank you
@SoftwareTestingAndAutomation
@SoftwareTestingAndAutomation Жыл бұрын
So nice of you.
@rajivkrishnasamy9519
@rajivkrishnasamy9519 Жыл бұрын
@@SoftwareTestingAndAutomation in hexaware interview @april 14 I had written this query but the interviewer asked me is it working
@baan1221
@baan1221 3 жыл бұрын
Thank you so much for this video. This was the fastest recap on SQL commands and queries. very useful for QA interviews.
@SoftwareTestingAndAutomation
@SoftwareTestingAndAutomation 3 жыл бұрын
I am glad, this is helpful. share it with your friends :-)
@snowguo1786
@snowguo1786 2 жыл бұрын
Thank you, all the questions are clear! I am able to find my mistakes from your questions
@SoftwareTestingAndAutomation
@SoftwareTestingAndAutomation 2 жыл бұрын
Great !! Keep learning and sharing with your friends 😊
@kunalmalpure7933
@kunalmalpure7933 4 ай бұрын
Thank you so much i have learn from this lot . it will be very helpful for me for the interview.
@swapnilsawarkar3408
@swapnilsawarkar3408 2 жыл бұрын
Very helpful sir thanks.
@SoftwareTestingAndAutomation
@SoftwareTestingAndAutomation 2 жыл бұрын
Glad to hear that!! Keep learning and sharing with your friends 😊
@Abhishekrajducat
@Abhishekrajducat Жыл бұрын
thanks sir cleared more concept
@pritibarathe9193
@pritibarathe9193 2 жыл бұрын
Thank you so much... nicely explain all the queries... initially I find it very hard now it's seems to b easy...🙂👍
@SoftwareTestingAndAutomation
@SoftwareTestingAndAutomation 2 жыл бұрын
Thank you !!Keep learning and sharing with your friends 😊
@kavithareddy5572
@kavithareddy5572 2 жыл бұрын
Explained very clear 🙏
@SoftwareTestingAndAutomation
@SoftwareTestingAndAutomation 2 жыл бұрын
Glad to hear that!! Keep learning and sharing with your friends 😊
@lkkota41
@lkkota41 6 ай бұрын
thanks for your effort
@avinaashkr17
@avinaashkr17 3 жыл бұрын
Very Useful Video One Of The Best SQL Question Video In KZbin.. Thanks A Lot.
@SoftwareTestingAndAutomation
@SoftwareTestingAndAutomation 3 жыл бұрын
Thank you!!! Keep learning new things 😊
@harmeetheir6207
@harmeetheir6207 2 жыл бұрын
very helpfull thankyou.
@SoftwareTestingAndAutomation
@SoftwareTestingAndAutomation 2 жыл бұрын
Glad it was helpful!! Keep learning and sharing with your friends 😊
@rohitpardeshi7084
@rohitpardeshi7084 3 жыл бұрын
Very informative video. Thank you.
@SoftwareTestingAndAutomation
@SoftwareTestingAndAutomation 3 жыл бұрын
You are welcome. Keep sharing with your friends 😊
@vaibhavmane4902
@vaibhavmane4902 Жыл бұрын
Very useful ❤️
@SoftwareTestingAndAutomation
@SoftwareTestingAndAutomation Жыл бұрын
Glad it was helpful!
@gaya353
@gaya353 3 жыл бұрын
Hi Subhasish, I had an interview yesterday and I was asked this question on SQL. Could u pls help me with the answer. Qn: How to delete duplicate records from a table?
@SoftwareTestingAndAutomation
@SoftwareTestingAndAutomation 3 жыл бұрын
Try this - DELETE FROM EMPLOYEE WHERE EMP_ID NOT IN(SELECT MAX(EMPID) AS MaxEmployeeID FROM EMPLOYEE GROUP BY FirstName, LastName, Country);
@divyakandy
@divyakandy 3 жыл бұрын
@@SoftwareTestingAndAutomation max (emp ID) returns maximum value of the Employee ID right, should we use the count(EMP ID)?
@prathyusha704
@prathyusha704 3 жыл бұрын
Can you write this query 'Write a Query to fetch company name of the lady employee who is getting highest salary?' with out full join keyword like you told before inner join(31:52)
@SoftwareTestingAndAutomation
@SoftwareTestingAndAutomation 3 жыл бұрын
Try this, SELECT COMPANY_NAME FROM EMPLOYEE emp, COMPANY cmp where emp.EMP_ID=cmp.EMPLOYEE_ID and emp.SALARY in (SELECT MAX(SALARY) FROM EMPLOYEE where gender='Female');
@vinaybijalgaonker4494
@vinaybijalgaonker4494 3 жыл бұрын
Good question
@SoftwareTestingAndAutomation
@SoftwareTestingAndAutomation 3 жыл бұрын
Thank you !! keep sharing with your friends 🙂
@prajnadayalan535
@prajnadayalan535 3 жыл бұрын
Super make more videos🎉🎉🎉
@SoftwareTestingAndAutomation
@SoftwareTestingAndAutomation 3 жыл бұрын
Sure 😊
@mr.perfect1205
@mr.perfect1205 Жыл бұрын
Plz add simple queries why you are making hard in nth max we can make use n-1 is enough
@abhaygolhar7817
@abhaygolhar7817 3 жыл бұрын
Can we use dense_rank in 23rd question... Select * from(select employee. *, dense_rank over(order by salary desc) as highestsalary from employee) where highestsalary=3
@gitikagujrathi4853
@gitikagujrathi4853 3 жыл бұрын
There is two table one is employee table it will consists of emp_id, emp_name, emp_salary, and dept_id columns and another table consists of dept_number, dept_name to print emp_name, emp_salary, dept_name of an employee whose salary is maximum plz tell how to write query of this question. SIR PLZ TELL ME THE ANSWER .
@SoftwareTestingAndAutomation
@SoftwareTestingAndAutomation 3 жыл бұрын
First you need to join both the tables using a primary key then you can use the same query given in the video to find maximum salary. If you don't know which is the primary key you can ask it to the interviewer. Below example you can try:- SELECT a.employee_id, a.first_name, a.last_name, a.salary, b.department_name FROM employees a, departments b WHERE a.salary IN (SELECT MAX(salary) FROM employees) AND a.department_id=b.department_id ;
@gitikagujrathi4853
@gitikagujrathi4853 3 жыл бұрын
Ok thank you
@riteshroy4940
@riteshroy4940 4 жыл бұрын
Great sir
@SoftwareTestingAndAutomation
@SoftwareTestingAndAutomation 4 жыл бұрын
Thank you :-) keep learning new things.
@ChandraSekhar-kl9ue
@ChandraSekhar-kl9ue 3 жыл бұрын
how for sql queries requires in testing plz explain
@SoftwareTestingAndAutomation
@SoftwareTestingAndAutomation 3 жыл бұрын
Testers should have good SQL knowledge to perform data base testing and it is basic skill for QA.
@butterfly7976
@butterfly7976 3 жыл бұрын
Very nice video
@SoftwareTestingAndAutomation
@SoftwareTestingAndAutomation 3 жыл бұрын
Thank you 😊
@akashsonawane650
@akashsonawane650 3 жыл бұрын
can you give a 2 high salary from each group
@SoftwareTestingAndAutomation
@SoftwareTestingAndAutomation 3 жыл бұрын
Try this - Select Department,Max(Salary) From (Select E1.Department,E1.Salary From Employee E1,(Select Department,Max(Salary) as Salary From Employee group by Department) E2 Where E1.Department = E2.Department And E1.Salary
@ANRR995
@ANRR995 Жыл бұрын
Update command I do rarted update table name set sal=36000 wher emp_id ;
@famousbirds8800
@famousbirds8800 2 жыл бұрын
How to find nth highest salary??
@ANRR995
@ANRR995 Жыл бұрын
Moru of the name is same retyo now
@ChandraSekhar-kl9ue
@ChandraSekhar-kl9ue 3 жыл бұрын
everything is in blur not able to view
@nikhilchougule5780
@nikhilchougule5780 3 жыл бұрын
Query to get salary of all employees except Ram
@SoftwareTestingAndAutomation
@SoftwareTestingAndAutomation 3 жыл бұрын
SELECT salary FROM Employees WHERE NOT employeename='Ram';
@mohamedkaleemullah1161
@mohamedkaleemullah1161 Жыл бұрын
This video was very useful..
@SoftwareTestingAndAutomation
@SoftwareTestingAndAutomation Жыл бұрын
Glad it was helpful!
@sivaranjanis9019
@sivaranjanis9019 2 жыл бұрын
Great sir
@SoftwareTestingAndAutomation
@SoftwareTestingAndAutomation 2 жыл бұрын
Thank you!! Keep learning and sharing with your friends 😊
@sivaranjanis9019
@sivaranjanis9019 2 жыл бұрын
Sure sir
Top 25 UNIX commands Interview Questions and Answers for Software Testing professionals
32:46
Software Testing And Automation
Рет қаралды 178 М.
Top 15 SQL Interview Questions and Answers for Software Testing professionals || Part-A
26:10
Software Testing And Automation
Рет қаралды 81 М.
Как Я Брата ОБМАНУЛ (смешное видео, прикол, юмор, поржать)
00:59
SIZE DOESN’T MATTER @benjaminjiujitsu
00:46
Natan por Aí
Рет қаралды 7 МЛН
Муж внезапно вернулся домой @Oscar_elteacher
00:43
История одного вокалиста
Рет қаралды 7 МЛН
Top 30 Selenium Interview Questions and Answers for SDET
35:46
Software Testing And Automation
Рет қаралды 31 М.
Solve 10 SQL Queries in 10 Minutes | SQL Interview Questions
14:53
Crack Concepts
Рет қаралды 76 М.
The 25 SQL Questions You MUST Know for Data Analyst Interviews
32:47
KSR Datavizon
Рет қаралды 245 М.
Top 25 Java Interview Questions and Answers for SDET
46:53
Software Testing And Automation
Рет қаралды 123 М.
Как Я Брата ОБМАНУЛ (смешное видео, прикол, юмор, поржать)
00:59