Please Comment, Subscribe and Click Bell🔔🔔🔔 Icon for More Updates. To learn software course from our experts please register here for online training: goo.gl/HIB0wL
what is the difference between select first_name,last_name,salary,hire_date from employees where employee_id=100; vs create or replace procedure sp_pd as v_fname varchar2(50); v_lname varchar2(50); v_salary number; v_hdate date; begin select first_name,last_name,salary,hire_date into v_fname,v_lname,v_salary,v_hdate from employees where employee_id=100; end;
If you are looking for the explicit cursor explaination, here it is (if I'm not mistaken) th-cam.com/video/HEhaAay0tXU/w-d-xo.html (not a RickRoll I promise)
Please Comment, Subscribe and Click Bell🔔🔔🔔 Icon for More Updates. To learn software course from our experts please register here for online training: goo.gl/HIB0wL
Great explanation sir......after I had watched this video I really came to know regarding implicit cursors...u deals best epitome for implicit cursors
Crystal clear explanation .. Thanks for uploading plsql videos..👍👍👌👌
Sir, thank you very much for your all efforts and such a nice way of explaining and teaching everything.
Thank you so much sir 🙏🙏. Even in my institute they didn't explain this much clear. 💐💐
Thanku sir🙏
Superb explanation sir..i like the way u teach
U explaind vry well sr. Gox bles u
Excellent 😊
what an explanation.. super!!
Good explanation
Thankyou and God bless you :)
software student need you 😍😍😍
Plz upload all SQL&PL/SQL VIDEOS
Perfect sr.
Sir please explain ref cursors.
2024 nov 2 seeing this video 😅😂
what is the difference between
select first_name,last_name,salary,hire_date from employees where employee_id=100;
vs
create or replace procedure sp_pd
as
v_fname varchar2(50);
v_lname varchar2(50);
v_salary number;
v_hdate date;
begin
select first_name,last_name,salary,hire_date into v_fname,v_lname,v_salary,v_hdate from employees where employee_id=100;
end;
If you are looking for the explicit cursor explaination, here it is (if I'm not mistaken)
th-cam.com/video/HEhaAay0tXU/w-d-xo.html (not a RickRoll I promise)
Plz add vedio serial number
very informative, but why are you repeating your sentences..Its very irritating. overall good knowleder you have. Thanks for the video.
He is repeating it for us. So that it gets into our head and we don't forget those important points.
He is repeating it for us. So that it gets into our head and we don't forget those important points.
@@TheSoulamimukherjee may be for his students who are making a note and its become a habbit now..:)