mam, thank you very very much for improving my oracle sql, and pl/sql knowlege ..... I would be much thankful if you provide me video about tiggers, function and Procedures.....
Thank you very much for spreading your knowledge, it would be much appreciate if you could talk about Procedures vs. Functions, Triggers and Fetching.
If not, can you please point to URL that explains the above?
it will be greatly appreciated if you continue the pl/sql lecture, your tutorials explain the core concept of each terms so pls continue the remaining topics like exception,procedure,function and trigger etc,
CURSOR C_EMPS IS SELECT * FROM HR.EMPLOYEES WHERE EMPLOYEE_ID < 199;
R_EMPS HR.EMPLOYEES%ROWTYPE;
BEGIN IF NOT C_EMPS%ISOPEN THEN OPEN C_EMPS; END IF; LOOP FETCH C_EMPS INTO R_EMPS; EXIT WHEN C_EMPS%NOTFOUND; DBMS_OUTPUT.PUT_LINE ('Row # '|| C_EMPS%ROWCOUNT || ' Id : ' || R_EMPS.EMPLOYEE_ID || ' , Name : ' || R_EMPS.FIRST_NAME || ' ' || R_EMPS.LAST_NAME); END LOOP ; CLOSE C_EMPS;
please upload videos on advanced oracle dba concepts like datagaurd,rac.
pradhan719 1 week ago
Superb....
smsanjudharan 2 weeks ago
Great job. Looking forward to more videos.
2010tcas 3 weeks ago
You are amazing!!!!
Sanxxxz 3 weeks ago
thank you Claire, thanks, thanks, thanks,
tubepost 1 month ago
thank you , thank you, thank you
tubepost 1 month ago
mam, thank you very very much for improving my oracle sql, and pl/sql knowlege ..... I would be much thankful if you provide me video about tiggers, function and Procedures.....
thanks.!!!
3dmad1 1 month ago
Great job!!!
balla16206 2 months ago
Thank you very much for spreading your knowledge, it would be much appreciate if you could talk about Procedures vs. Functions, Triggers and Fetching.
If not, can you please point to URL that explains the above?
Thanks!
mrdoronroy 3 months ago
you're. AWESOME! Thank you for the videos.
psnigdha1 3 months ago
Comment removed
psnigdha1 3 months ago
it will be greatly appreciated if you continue the pl/sql lecture, your tutorials explain the core concept of each terms so pls continue the remaining topics like exception,procedure,function and trigger etc,
kant200r 4 months ago
DECLARE
CURSOR C_EMPS IS SELECT * FROM HR.EMPLOYEES WHERE EMPLOYEE_ID < 199;
R_EMPS HR.EMPLOYEES%ROWTYPE;
BEGIN IF NOT C_EMPS%ISOPEN THEN OPEN C_EMPS; END IF; LOOP FETCH C_EMPS INTO R_EMPS; EXIT WHEN C_EMPS%NOTFOUND; DBMS_OUTPUT.PUT_LINE ('Row # '|| C_EMPS%ROWCOUNT || ' Id : ' || R_EMPS.EMPLOYEE_ID || ' , Name : ' || R_EMPS.FIRST_NAME || ' ' || R_EMPS.LAST_NAME); END LOOP ; CLOSE C_EMPS;
END;
/
luisrhdzr 5 months ago
Excellent, Thank you
luisrhdzr 5 months ago
waw
isbir99 5 months ago
i really wants to says thank u very much for ur such a wonderful effort behind .
i understood all the topics which u explained now i am enough capable to explain anyone.
its because of u. i always remain in believe that "collect knowledge,share knowledge success follow u".
karan28rakangor 5 months ago
Very good videos.....
Good explanation on each topics......
Are there any more videos?
satishvisu 5 months ago
pls upload video no. 27 i cant wait any more.... its been great fun following ur tutorials....
yourfather112233 5 months ago
GREAT WORK... I BEEN LEARNIG THROUGH OUT UR TUTORIALS...
yourfather112233 5 months ago
Excellent video. I've sent an email to you kindly get back to me. Many Thanks
saramanzoor 6 months ago