your videos r really very clear, about the logic and also covers its other aspects.congrats for being such a great tutor to all of us.looking forward towards ur next videos.
Bro these videos are so helpful, infact my teachers should get some classes from you and understand the concept of teaching first. Btw love you bro and bless you
begin for b in 1..10 loop dbms_output.put_line(b||'*19 ='||19 * b); end loop; end; This could be more optimized, what do you think Manish? Is it a good practice to do it directly in print section?
Hello Manish... I have a question.. If the loop counter in the for loop in pl/sql always incremented by 1 or decremented by 1..? If I need to increment the loop counter by 2 or some more...then is this for loop suitable to do so??
Here it is automatically incrementing by 1. What if i want to increment counter by 2 or some other value? and yes buddy, you're helping me alot.. Love.
+Sandeep singh Thanks for writing to me. I suggest you to take a look at my channel I am sure you will find plenty tutorials on SQL Fundamental , Advance PL/SQL and Oracle Database administration. Hope you will find these helpful. Don't forget to give them and share them. Enjoy
Mujhe kae baar lagta hai, lol. It takes around 4 to 5 hours to create a 10 minute video. End aate aate tak face and throat sab thak jata hai. Anyways, thank you so much for the comment, hope you enjoyed the video. Please consider subscribing,
your videos r really very clear, about the logic and also covers its other aspects.congrats for being such a great tutor to all of us.looking forward towards ur next videos.
+ABHILASH jain Thank you so much for your love and appreciation. It means a lot to me and keeps me motivated.
Manish you are truly a great man. Thanks to you I got my first job!
You are a hero without a cape Manish, thanks for sharing your tutorials.
Manish you just made my day ,thanks so much.
Bro these videos are so helpful, infact my teachers should get some classes from you and understand the concept of teaching first. Btw love you bro and bless you
Hi Manish ur videos are very informative and clear to understand
i request you to please upload reports and forms videos of oracle
Great tutorials....short and perfectly precise.....
Thank you. You helped me with my exam.
thank you saved my practical marks for 2moros exam
thank u so much sir. it helps me a lot.
thanks dude.....awesome...gr8 job
i m waitig for ur next videoes
begin
for b in 1..10 loop
dbms_output.put_line(b||'*19 ='||19 * b);
end loop;
end;
This could be more optimized, what do you think Manish? Is it a good practice to do it directly in print section?
Hi Manish , Your video is more knowledgeble. Pleas make videos of oracle performance tuning
Love u manish❤️
Thank you so much. your videos are very clear to understand. I need PLSQL CURSORS topics. so please provide that topics also.
Hello Manish...
I have a question..
If the loop counter in the for loop in pl/sql always incremented by 1 or decremented by 1..?
If I need to increment the loop counter by 2 or some more...then is this for loop suitable to do so??
its very helpful ...thank you very much sir.....
Really helpful 👍
Just incremented the likes to your video by one ^v^
Hey Manish, I got a question, How can I insert 5 new arrows using loop and %TYPE?
hi manish, what if we want to increment the counter by value 0f 2 each time ?
Is there any example where you can show how to use functions in a loop, for example a date function in a loop that checks for correct date syntax
*the best u r* !!!!!
Tqsm !!!
Thank you so much. I am really glad.
Manish Sharma pleasure is all mine sir :)
plz upload reports and forms in oracle
Thank you sir...
Here it is automatically incrementing by 1.
What if i want to increment counter by 2 or some other value?
and yes buddy, you're helping me alot..
Love.
then use a normal loop or a while loop
hi, manish, what if i wanna increment the counter by 2 or more dan 2 in for loop??? is there any soltn?
for that you want to write
ex i=i+2;
‘ and ' have so much difference is plsql, why ?
set serveroutput on;
declare
begin
for i in 1..10 loop
dbms_output.put_line(i ||' X ' ||' 19 ' || '= '|| i*19);
end loop;
end;
is indentation neccesary?
No it’s not necessary
How to print * pattern using for loop??
sir wat if decrement or increment more than 1
What does | | this mean plz explain I have exams tommorow 🙏
CONCATENATION
Achei mais fácil o loop for, acrescentei refiz a aula da tabuada utilizando outro begin e for, coisas da minha cabeça kkk.
SET SERVEROUTPUT ON;
DECLARE
i number(6);
j number(11);
BEGIN
FOR j IN 1..11
LOOP
FOR i IN 1..6
LOOP
if(j>=7-i AND j
Hello sir,
i need SQL tutorial....start with basic.....
+Sandeep singh Thanks for writing to me. I suggest you to take a look at my channel I am sure you will find plenty tutorials on SQL Fundamental , Advance PL/SQL and Oracle Database administration. Hope you will find these helpful. Don't forget to give them and share them. Enjoy
Got it thanks sir
👍🏼👍🏼
thanks ew :)
whats up internet!
Bro, ending mei tum suddenly Farhan akhtar ban gaye lol.
Mujhe kae baar lagta hai, lol. It takes around 4 to 5 hours to create a 10 minute video. End aate aate tak face and throat sab thak jata hai. Anyways, thank you so much for the comment, hope you enjoyed the video. Please consider subscribing,