filmov
tv
Infosys SQL Interview Question| First & Last order of each customer #dataanalytics #sql

Показать описание
In this video, we will solve the SQL Medium Level interview question asked in Infosys
SQL Script:
CREATE TABLE Orders (
order_id INT PRIMARY KEY,
customer_id INT,
order_date DATE,
order_amount DECIMAL(10,2)
);
INSERT INTO Orders (order_id, customer_id, order_date, order_amount) VALUES
(101, 1, '2024-01-05', 500.00),
(102, 2, '2024-01-07', 700.00),
(103, 1, '2024-02-10', 450.00),
(104, 3, '2024-02-15', 900.00),
(105, 2, '2024-03-20', 650.00),
(106, 1, '2024-03-25', 800.00),
(107, 3, '2024-04-05', 1200.00),
(108, 2, '2024-04-10', 750.00),
(109, 3, '2024-05-01', 1000.00);
Easy - Level questions -
Medium - Level questions -
Hard-Level SQL interview questions -
If you have any interesting SQL questions, feel free to send them to me at
#sqlserver #dataanalytics #dataanalyst
#sqlqueries
#education #data #sqlinterviewquestionsandanswers
#faangcodinginterviewpreparation
#infosys
SQL Script:
CREATE TABLE Orders (
order_id INT PRIMARY KEY,
customer_id INT,
order_date DATE,
order_amount DECIMAL(10,2)
);
INSERT INTO Orders (order_id, customer_id, order_date, order_amount) VALUES
(101, 1, '2024-01-05', 500.00),
(102, 2, '2024-01-07', 700.00),
(103, 1, '2024-02-10', 450.00),
(104, 3, '2024-02-15', 900.00),
(105, 2, '2024-03-20', 650.00),
(106, 1, '2024-03-25', 800.00),
(107, 3, '2024-04-05', 1200.00),
(108, 2, '2024-04-10', 750.00),
(109, 3, '2024-05-01', 1000.00);
Easy - Level questions -
Medium - Level questions -
Hard-Level SQL interview questions -
If you have any interesting SQL questions, feel free to send them to me at
#sqlserver #dataanalytics #dataanalyst
#sqlqueries
#education #data #sqlinterviewquestionsandanswers
#faangcodinginterviewpreparation
#infosys
Infosys SQL Interview Question| First & Last order of each customer #dataanalytics #sql
Infosys SQL Interview Question
SQL Interview Question Asked in INFOSYS | Mastering SQL 🔥🔥🔥 | Data Science Interview Questions...
15 SQL Interview Questions TO GET YOU HIRED in 2025 | SQL Interview Questions & Answers |Intelli...
infosys interview
SQL JOINS Interview Question | What does different SQL Joins return?
2024 - Infosys Interview Questions for QA Automation Engineers
SQL Interview Question: Find the Last Record in a Table (SOLVED!)
Infosys SQL - PLSQL Interview Questions and Answers 3 to 8 years experienced #sql #plsql - Part 2
SQL Server Interview Questions and Answers :- What to prepare ?
Infosys SQL - PLSQL Interview Questions and Answers 3 to 8 years experienced #sql @sql @plsql #plsql
81 Find second highest salary from employee table using SQL? #interviewquestions #javaprogramming
Infosys SQL - PLSQL Interview Questions and Answers 3 to 8 years experienced #sql #plsql - Part 1
SQL interview questions and answers #1 #shorts
Most compared Interview Questions in C#, ASP.NET MVC and SQL Server.
20 SQL Interview Questions - TCS, Accenture, Infosys, Wipro,Cognizant,Amazon | Asked in My interview
Data Analyst Interview Questions and Answers
SQL interview question | Challenge yourself | SoftwaretestingbyMKT | Interview Preparation on SQL
3 Best Tips to crack Infosys,TCS,Wipro..| Interview Success in First Attempt| #shorts
what is Python? most asked python Interview questions 1 #python #interview
SQL Query to Calculate The Difference Between Two Dates? SQL Interview Questions And Answers #SQL
Lec-123: Top 15 SQL Interview Questions Answers | Most Important Questions for Job Interview
Tell Me About Yourself - Experienced candidates sample answer
🤔 Find Nth Highest Salary sql #sql #sqlinterviewquestionsandanswers
Комментарии