Apps Technical 48: Nested loop in PLSQL

preview_player
Показать описание

My feeling :
Hi Friend just start learning with me with very simple and easy steps
because i am always trying to teach everything by using easy concepts and examples.
so From today onward start learning with Oracle Shooter. it very helpful to all the students and beginners as well.
so keep connecting with oracle shooter.

Current Video Playlist Name : Oracle Fusion
Imp Tags : #Oracleshooter #Oracle #ERP #FUSION #SQL #PLSQL #Sheelscript #DBA #D2k #Oraclereports #Oracleforms #Toad #Bursting #OAF #Unix #OracleERP #R12 #Fusionvideo

Full Blogs Link:-

My Vlog Channel link:-

My Gaming Channel link:-

Related Playlist:-

Contact Info:-
Рекомендации по теме
Комментарии
Автор

Hey there, kudos to your efforts in this channel.
I am a newbie sql learner with a simple enquiry.
I learned recently that there are different dialects for database management systems.
Like MS SQL Server using T-SQL, and Oracle using PL/SQL.
What are the major differences between these two dialects in particular?
Thanks for taking care of my enquiry.

hasanmougharbel
Автор

BEGIN
FOR i IN 1..5 LOOP
FOR j IN i..5 LOOP
DBMS_OUTPUT.PUT(' *');
END LOOP;
DBMS_OUTPUT.PUT_LINE(' ');
END LOOP;

END;



This is the simplest code for this problem.

nilanjandas
join shbcf.ru