TOP 5 SQL Interview Question Part 2 | 08 |

Publicado em: 24 Dezembro 2024
no canal de: Coding Lake
2,649
like

If you like this video please
like share , subscribe and comment down below..
if you have any suggestion or doubt this video.

Script:

CREATE TABLE emp(
emp_id int NULL,
emp_name varchar(20) NULL,
salary int NULL,
dob date NULL,
sample_str varchar(20) NULL,
dept varchar(20) NULL,
gender char(1) NULL
)

insert into emp VALUES (1, 'Rajesh', 1000, '1996-02-05', 'co_helper', 'sales', 'M')
insert into emp VALUES (1, 'Rajesh', 1000, '1996-02-05', 'co_helper', 'sales', 'M')
insert into emp VALUES (2, 'Yogesh', 1500, '1997-10-08', 'co_helper', 'sales', 'M')
insert into emp VALUES (3, 'Rohit', 2000, '1998-11-12', 'co_helper', 'sales', 'M')
insert into emp VALUES (4, 'Smriti', 1800, '2020-12-05', 'co_helper', 'sales', 'F')
insert into emp VALUES (5, 'Joh', 1300, '1996-01-08', 'co_helper', 'marketing', 'M')
insert into emp VALUES (6, 'Ankita', 1100, '1996-03-09', 'cook_helper', 'marketing', 'F')
insert into emp VALUES (7, 'Arnav', 1700, '2002-05-05' , 'cook_helper', 'marketing', 'M')
insert into emp VALUES (7, 'Arnav', 1700, '2002-05-05' , 'cook_helper', 'marketing', 'M')
insert into emp VALUES (8, 'tony', 1400, NULL, 'cook_helper', 'marketing', 'M')


Nesta página do site você pode assistir ao vídeo on-line TOP 5 SQL Interview Question Part 2 | 08 | duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Coding Lake 24 Dezembro 2024, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 2,649 vezes e gostou like espectadores. Boa visualização!