filmov
tv
SQL Interview questions | Data Analyst | Part - 3
![preview_player](https://i.ytimg.com/vi/8xM2T9E-Qwo/maxresdefault.jpg)
Показать описание
This video is the third part of our series on SQL interview questions and answers. This series is specifically designed for people targeting jobs as data analysts, data scientists, data engineers, and business analysts.
In this video, I have explained how to delete duplicate entries in our database using two types of methods
1) Finding the duplicates and deleting the entries
2) Finding the entries to keep and delete the rest of everything
Use the below the commands to create your own database and table:
CREATE DATABASE THEMLMINE;
USE THEMLMINE;
CREATE TABLE emp
(
emp_id INT,
name varchar(20),
age INT,
salary FLOAT
);
INSERT INTO emp VALUES
(102, 'Aviral', 24, 20000),
(103, 'Arohi', 28, 350000),
(104, 'James',35, 120000),
(998, 'Aviral', 24, 20000);
Timestamps:
00:00 Introduction
00:05 Interview question
00:46 MySQL workbench
01:30 Method 1 - Solution 1
06:50 Method 1 - Solution 2
10:30 Temporary tables in MySQL
11:49 Method 2
14:59 Outro
Music credits:
-- License: Attribution NonCommercial 4.0
In this video, I have explained how to delete duplicate entries in our database using two types of methods
1) Finding the duplicates and deleting the entries
2) Finding the entries to keep and delete the rest of everything
Use the below the commands to create your own database and table:
CREATE DATABASE THEMLMINE;
USE THEMLMINE;
CREATE TABLE emp
(
emp_id INT,
name varchar(20),
age INT,
salary FLOAT
);
INSERT INTO emp VALUES
(102, 'Aviral', 24, 20000),
(103, 'Arohi', 28, 350000),
(104, 'James',35, 120000),
(998, 'Aviral', 24, 20000);
Timestamps:
00:00 Introduction
00:05 Interview question
00:46 MySQL workbench
01:30 Method 1 - Solution 1
06:50 Method 1 - Solution 2
10:30 Temporary tables in MySQL
11:49 Method 2
14:59 Outro
Music credits:
-- License: Attribution NonCommercial 4.0
SQL Interview Questions and Answers for Beginners | Data Analyst Interview Questions
TOP 23 SQL INTERVIEW QUESTIONS & ANSWERS! (SQL Interview Tips + How to PASS an SQL interview!)
SQL Interview Questions For Data Scientists And Data Engineers - Tips For Practicing SQL Interviews
Real Data Science SQL Interview Questions and Answers # 1 | Data Science Interview Questions
SQL interview questions and answers | Entry level data analyst interview
Top 25 SQL Interview Questions and Answers(The BEST SQL Interview Questions)
Top 65 SQL Interview Questions and Answers | SQL Interview Preparation | SQL Training | Edureka
Real Data Science SQL Interview Questions and Answers # 2 | Data Science Interview Questions
Data Analyst Interview Questions Day 1|#ytshorts ,#powerbi ,#sqlinterview
Data Science SQL Interview Question and Answer
SQL Interview Questions and Answers Practice | 3 Best Websites
Solve SQL Interview Questions for Data Analyst - Product Based Company Job Interview
SQL Interview Questions And Answers For Data Science | SQL Interview Preparation | Simplilearn
SQL JOINS Interview Question | What does different SQL Joins return?
Lec-123: Top 15 SQL Interview Questions Answers | Most Important Questions for Job Interview
Top 40 SQL Interview Questions | SQL Interview Questions And Answers | SQL Training | Simplilearn
SQL Interview Question for Senior Data Engineer Position in Poland | Data Engineering
SQL Mock Interview (Data Analyst): Departments with the Highest Revenues
Practice SQL Interview Query | Big 4 Interview Question
Ace Your Data Science Interview: Top SQL Questions to Master
Solving SQL Interview Query for Data Analyst asked by a Product based company
Top 9 SQL interview questions and answers | Top 9 SQL queries for interview | SQL Tutorial
Analyze a User's Posts - Data Analyst SQL Mock Interview
Top 10 SQL interview Questions and Answers | Frequently asked SQL interview questions.
Комментарии