Walmart SQL Interview Question ( Hard Level) | Maximum transactions each day💡

Описание к видео Walmart SQL Interview Question ( Hard Level) | Maximum transactions each day💡

In this video, we will solve the SQL Hard level interview question asked in Walmart.

SQL Script:
CREATE TABLE Transactions (
transaction_id INT,
day DATETIME,
amount INT
);

INSERT INTO Transactions (transaction_id, day, amount) VALUES
(8, '2021-04-03 15:57:28', 57),
(9, '2021-04-28 08:47:25', 21),
(1, '2021-04-29 13:28:30', 58),
(5, '2021-04-28 16:39:59', 40),
(6, '2021-04-29 23:39:28', 58);

Easy - Level questions -
   • Easy Level SQL Interview Questions 💡  

If you have any interesting SQL questions, feel free to send them to me at
[email protected].



#sqlserver #dataanalytics #dataanalyst
#sqlqueries
#sqlqueryinterviewquestionsandanswers
#dataanalyst #sql #faangpreparation

Комментарии

Информация по комментариям в разработке