Популярное

Музыка Кино и Анимация Автомобили Животные Спорт Путешествия Игры Юмор

Интересные видео

2025 Сериалы Трейлеры Новости Как сделать Видеоуроки Diy своими руками

Топ запросов

смотреть а4 schoolboy runaway турецкий сериал смотреть мультфильмы эдисон
dTub
Скачать

MySQL INTERVIEW QUESTIONS | TCS | Mphasis | Accenture | GROUP BY |

Автор: Kongadi_Explains

Загружено: 11 мая 2025 г.

Просмотров: 10 просмотров

Описание:

Interview Question to Practice
1.Find employees who were hired after January 1, 2020.
2.What is the average salary of employees in HR department?
3.How many employees are managed by Patricia Taylor?

SQL Table Code:
-- 1. Create the table
CREATE TABLE employees (
employee_id INT,
employee_name VARCHAR(100),
department VARCHAR(50),
salary float,
manager_name VARCHAR(100),
hire_date DATE,
last_login_date DATE
);

-- 2. Insert values
INSERT INTO employees (employee_id, employee_name, department, salary, manager_name, hire_date , last_login_date ) VALUES
(1, 'Julia Ramirez', 'Sales', 63112.59, 'Nicole Aguirre', '2021-12-02', '2025-03-20'),
(2, 'Jeffrey Marshall', 'HR', 45948.27, 'Patricia Taylor', '2021-07-18', '2025-03-12'),
(3, 'Kevin Rodriguez', 'Finance', 67497.96, 'Patricia Taylor', '2019-11-11', '2025-03-11'),
(4, 'Jessica Hill MD', 'HR', 72331.89, 'Teresa Smith', '2018-04-19', '2025-02-22'),
(5, 'Kenneth Chavez', 'Marketing', 119503.86, 'Jamie Hampton', '2020-09-03', '2025-03-06'),
(6, 'Brenda Johnson', 'Sales', 80900.46, 'Teresa Smith', '2019-11-26', '2025-02-25'),
(7, 'Charles Green', 'Finance', 94491.63, 'Jamie Hampton', '2015-05-05', '2025-02-28'),
(8, 'Rebecca Valdez', 'Finance', 83336.59, 'Jamie Hampton', '2020-03-13', '2025-03-02'),
(9, 'Albert Jackson', 'Finance', 100073.30, 'Teresa Smith', '2022-11-14', '2025-03-16'),
(10, 'David Perkins', 'Marketing', 56811.90, 'Nicole Aguirre', '2023-04-04', '2025-02-28'),
(11, 'Jennifer Mcmahon', 'IT', 81844.83, 'John Brown', '2017-08-20', '2025-03-09'),
(12, 'Felicia Howell', 'IT', 54990.54, 'Patricia Taylor', '2020-11-29', '2025-03-05'),
(13, 'Nancy Blair', 'Sales', 59776.60, 'Patricia Taylor', '2017-10-01', '2025-03-09'),
(14, 'Sydney Clark', 'HR', 44288.24, 'John Brown', '2015-07-04', '2025-03-02'),
(15, 'Olivia Rose', 'Marketing', 115631.90, 'Nicole Aguirre', '2023-05-10', '2025-03-19'),
(16, 'William Myers', 'IT', 105686.58, 'Patricia Taylor', '2019-04-09', '2025-03-16'),
(17, 'Heather Duncan', 'IT', 112688.69, 'Nicole Aguirre', '2018-08-03', '2025-03-18'),
(18, 'Leah Moore', 'Sales', 59611.84, 'John Brown', '2017-09-03', '2025-03-17'),
(19, 'Crystal Bradley', 'IT', 44840.69, 'Patricia Taylor', '2018-04-02', '2025-03-10'),
(20, 'Samuel Rodriguez', 'Sales', 94783.94, 'Teresa Smith', '2016-07-21', '2025-02-22');

MySQL INTERVIEW QUESTIONS | TCS | Mphasis | Accenture | GROUP BY |

Поделиться в:

Доступные форматы для скачивания:

Скачать видео mp4

  • Информация по загрузке:

Скачать аудио mp3

Похожие видео

How to use Power Pivot in Excel | Full Tutorial

How to use Power Pivot in Excel | Full Tutorial

Fresher Mock Interview SQL | Technical Round | SQL Interview for Fresher | HR Interview

Fresher Mock Interview SQL | Technical Round | SQL Interview for Fresher | HR Interview

The Witcher 3: Wild Hunt OST - The Fields of Ard Skellig (Extended)

The Witcher 3: Wild Hunt OST - The Fields of Ard Skellig (Extended)

Что такое REST API? HTTP, Клиент-Сервер, Проектирование, Разработка, Документация, Swagger и OpenApi

Что такое REST API? HTTP, Клиент-Сервер, Проектирование, Разработка, Документация, Swagger и OpenApi

5 Pieces by Hans Zimmer \\ Iconic Soundtracks \\ Relaxing Piano [20min]

5 Pieces by Hans Zimmer \\ Iconic Soundtracks \\ Relaxing Piano [20min]

Handout 7 - feature selection and feature reduction

Handout 7 - feature selection and feature reduction

Как РЕШИТЬ 13 задание на IP-адреса за 1 МИНУТУ. Шаблон Python для ЕГЭ 2025 по информатике

Как РЕШИТЬ 13 задание на IP-адреса за 1 МИНУТУ. Шаблон Python для ЕГЭ 2025 по информатике

DNS Records Explained

DNS Records Explained

18 minutes Beautiful Nasheed.

18 minutes Beautiful Nasheed.

Learn 12 Basic SQL Concepts in 15 Minutes (project files included!)

Learn 12 Basic SQL Concepts in 15 Minutes (project files included!)

© 2025 dtub. Все права защищены.



  • Контакты
  • О нас
  • Политика конфиденциальности



Контакты для правообладателей: [email protected]