Тёмный

sql scenario based interview questions and answers | sql | interview 

DEwithDhairy
Подписаться 5 тыс.
Просмотров 867
50% 1

sql scenario based interview questions and answers
Create Table Code :
================
create table salary
(
emp_id int,
emp_name varchar(30),
base_salary int
);
insert into salary values(1, 'Rohan', 5000);
insert into salary values(2, 'Alex', 6000);
insert into salary values(3, 'Maryam', 7000);
create table income
(
id int,
income varchar(20),
percentage int
);
insert into income values(1,'Basic', 100);
insert into income values(2,'Allowance', 4);
insert into income values(3,'Others', 6);
create table deduction
(
id int,
deduction varchar(20),
percentage int
);
insert into deduction values(1,'Insurance', 5);
insert into deduction values(2,'Health', 6);
insert into deduction values(3,'House', 4);
Need Help ? Connect With me 1:1 - topmate.io/dew...
Let's connect on LinkedIn : / dhirajgupta141
top interview question and answer in pyspark :
• top interview question...
PySpark Installation and Setup : • Spark Installation | P...
DSA In Python Interview Series : • dsa for data engineer ...
PySpark Interview Series : • pyspark interview ques...
Pandas Interview Series : • pandas interview quest...
SQL Interview Series : • sql interview question...
#interview #sql #faang #dataengineers #pivot #zs #fang #pyspark #sql #interview #dataengineers #dataanalytics #datascience #StrataScratch #Facebook #data #dataengineeringinterview #codechallenge #datascientist #pyspark #CodingInterview
#dsafordataguy #dewithdhairy #DEwithDhairy #dhiarjgupta #leetcode #topinterviewquestion

Опубликовано:

 

26 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 1   
@sravankumar1767
@sravankumar1767 5 месяцев назад
Nice explanation bro 👍 👌 👏
Далее
Episode 1 : Crazy SQL Interview | iPhone 15 Fever
35:52
Practice SQL Interview Query | Big 4 Interview Question
14:47