TOP 5 SQL Interview Question Part 2 | 08 |

Published: 24 December 2024
on channel: 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')


On this page of the site you can watch the video online TOP 5 SQL Interview Question Part 2 | 08 | with a duration of hours minute second in good quality, which was uploaded by the user Coding Lake 24 December 2024, share the link with friends and acquaintances, this video has already been watched 2,649 times on youtube and it was liked by like viewers. Enjoy your viewing!