Case Statement in SQL | Working session on Conditional Statement

Published: 28 August 2024
on channel: Praveen Kumar Bommisetty
287
6

#sql #sqlinterviewquestionsandanswers #sqlinterviewquestions #sqllearning #learningvideos #learning

Case Statement Use Case
-------------Sample Data:
CREATE TABLE VACCINE_DETAILS(NAME VARCHAR2(100),
DOSES NUMBER);

INSERT INTO VACCINE_DETAILS VALUES('Praveen',1);
INSERT INTO VACCINE_DETAILS VALUES('KuMAR',2);
INSERT INTO VACCINE_DETAILS VALUES('RAJ',3);
INSERT INTO VACCINE_DETAILS VALUES('Ravi',4);
INSERT INTO VACCINE_DETAILS VALUES('Suresh',0);
INSERT INTO VACCINE_DETAILS VALUES('RaJU',5);


On this page of the site you can watch the video online Case Statement in SQL | Working session on Conditional Statement with a duration of hours minute second in good quality, which was uploaded by the user Praveen Kumar Bommisetty 28 August 2024, share the link with friends and acquaintances, this video has already been watched 287 times on youtube and it was liked by 6 viewers. Enjoy your viewing!