TOP 5 SQL Interview Question Part 2 | 08 |

Veröffentlicht am: 24 Dezember 2024
auf dem Kanal: 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')


Auf dieser Seite können Sie das Online-Video TOP 5 SQL Interview Question Part 2 | 08 | mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer Coding Lake 24 Dezember 2024 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 2,649 Mal angesehen und es wurde von like den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!