PL/SQL Tutorial 1 Answering The Questions
What are Blocks in PL/SQl and What are different Sections Such as Declaration, Execution and Exception handling In Pl/SQL
————————————————————————
►►►LINKS◄◄◄
Blog : http://bit.ly/block-types
————————————————————————-
►►►Let’s Get Free Uber Cab◄◄◄
Use Referral Code UberRebellionRider and get $20 free for your first ride.
————————————————————————–
►Make sure you SUBSCRIBE and be the 1st one to see my videos!
————————————————————————–
►►►Find me on Social Media◄◄◄
Follow What I am up to as it happens on
https://twitter.com/rebellionrider
https://www.facebook.com/imthebhardwaj
http://instagram.com/rebellionrider
https://plus.google.com/+Rebellionrider
http://in.linkedin.com/in/mannbhardwaj/
http://rebellionrider.tumblr.com/
http://www.pinterest.com/rebellionrider/
You can also Email me at
for E-mail address please check About section
Please please LIKE and SHARE my videos it makes me happy.
Thanks for liking, commenting, sharing and watching more of our videos
This is Manish from RebellionRider.com
♥ I LOVE ALL MY VIEWERS AND SUBSCRIBERS
Amazon Auto Links: No products found.
Nice Videos It really Helpful for me…
where is the exception handling videos sir?
very nice tutorials .its help me a lot ..sir can u send me a pl/sql book ..i am preparing for oca..
Hi Manish,
First of all i would like to thank you for your wonderful videos. Really very helpful.
I am willing to take up the OCA certification. Can you please help to know how to register and with the syllabus.
Looking forward for your kind reply.
Regards,
Very easy to learn. Excellent videos Manish. I recommend these videos be the first stop for anyone new to pl/sql.
Great tutorials. You are a star man. Very big thanks.
what is the use of anonymous block in plsql?
Hi Manish,
Thanks for explaining about VARRAY .. I f u can give some examples on VARRAY that would be great…
bro thanks a lot awesome videos on sql and plsql … but thing is that please upload all the topics of plsql videos such as package,procedures,functions etc….
please i need it because im preparing for interview as well as for certification ..
thanks ..
Manish kindaly upload Oracle Apps DBA Tutorials
Great Job Manish.Explained with lot of Patience and your explanation is easy understanding
Manish can u upload Oracle Apps DBA Tutorials
Hello , Munish Sir pl/sql block is use after create and insert the table in sql ?
Good Tutorial.Really very helpful.clean Explanation on each and every topic.This is the only good destination who are wanted to learn plsql.I am searching from past one year but not other series not like this.Great job manish sir.Can you please upload he videos in other technologies(like JAVA,web development)very helpful to us.Thank you manish sir.
My pl SQL class will begin tomorrow.. just wanted to go lil bit prepared . Found some video’s on YouTube but Ur video’s are the best.
Nice work
Sir its an excellent video, loving it. There is one minor typos, I believe it is DBMS_SQL not the DMBS_SQL.
Manish Sharma, You’re a good teacher, very explanatory
plese your uploded video to translate in hindi languge.
sir can you help me with this…..getting a compilation errors.. 🙁
Create or replace trigger T2
after insert or delete or update on emp_salary_details for each row
Begin
IF INSERTING THEN
Insert into emp_table_audit values(:new.emp_id , NULL ,user ,systimestamp, ‘INSERTION’);
ELSIF DELETING THEN
Insert into emp_table_audit values(NULL , :old.emp_id ,user , systimestamp, ‘DELETION’);
ELSIF UPDATING THEN
Insert into emp_table_audit values(:new.emp_id , :old.emp_id , user , systimestamp, ‘UPDATION’);
END IF;
END;
Hi Manish Sir,
My friend suggested to watch videos on SQL.
There are also video’s for Plsql, I would like to see Video’s on Oracle 11g Admin 1 & 2. You are explaining very well All basic & deeply explained. Sir please upload video’s. I have mailed you same before 6 month ago… plz plz plz Sir, Many online trainees also thinking same…
Hi Manish…I have never seen such wonderful explanation before…it is very easy to understand each and every concept of pl/SQL.Your way of describing the things is awesome…thanks a lot for your tutorial.
Manish Sharma ,May you show how to back up and restore database in oracle ? hop you will
I have a confusion in my mind that what is the difference between oracle 10g and 11g…Are both same which is better??plzzzzzzzzz tell me
Fantastic video
Manish you are my hero!!! Thanks for all tutorial videos!!!
wer is ur website address ???? i cant find it anywhere
i can learn easy and more thing please add interview Questions
Do I have to take PL/SQL exam before taking up OCA DBA(1Z0-052) exam
plzzz
upload Oracle Apps DBA Tutorials
Hi Manish, your tutorials are really understandable. Can you please make tutorials for postgres plsql.
Hi sir, please post the link for details.
thnq so much i was thinking to say u to upload pl/sql lecture
keep it up…….:)
how to install sql plus ???
Thank you so much for this. I am trying to learn this from a book and it’s just not as effective as this. Also your fast cadence is very much appreciated. I typically use the YouTube functionality to speed up such videos to about this speed.
Hi,
Manish sir please provide next tutorials .
part 22,23,24 and also provide packages,cursor tutorials.
how much time will it take to learn php ?
Excellent videos! Thanks a lot 😀