SQL related questions
Mastercard Interview Question | Solution
Question
Mastercard Interview Question | View
Question
Mastercard Interview Question | Map-Reduce Concept
Question
BCG Interview Question | Salary
Question
Walmart Labs Interview Question | Dictionary
Question
Walmart Labs Interview Question | Triggers
Question
Walmart Labs Interview Question | Lottery Ticket
Question
American Express Interview Question | Temperature
Question
Temperatures of a particular area were recorded in a table. Write a SQL query to find the date along with the IDs whose temperature is lower from the next day.
ID
Date
Temperature (c)
1001
2020-03-11
17
1002
2020-03-12
20
1003
2020-03-13
31
1004
2020-03-14
23
in progress
1
SQL
55 years
2 Answers
1174 views
Great Grand Master
Barclays Interview Questions | Query II
Question
Barclays Interview Questions | Query I
Question
You have got some data in the Table 1 and Table 2
Table 1
Id
Last_Name
First_Name
Title
E0011
Verma
Nikita
Technician
E0012
Jordan
Chris
HR
E0013
Samson
Nil
Assistant
E0014
Smith
Joe
In charge
Table 2
Id
Salary
E0013
80,000
E0012
65,000
E0011
70,000
E0014
75,000
Write a SQL query to create a Table 3 that contains the following columns- Id, First_Name, Last_Name, Salary
(Hint- The columns should be in the prescribed order)
in progress
0
SQL
55 years
5 Answers
3192 views
Great Grand Master