What is Variable in Oracle PL/SQL?
Variables is just a simple named block of the memory.
What is Syntax in Oracle PL/SQL?
variable_name [constant] data_type [not null] [:=|default value| initial value|];
variable_name datatype;
Declaration of Variable in Oracle PL/SQL
v_name varchar2(100);
Full Example of Variable Declaration of Variable in Oracle PL/SQL
declare
v_name varchar2(100);
begin
v_name:='Javainhand Tutorial';
dbms_output.put_line(v_name);
end;
Blog Post :-
https://www.javainhand.com/2021/04/va...
Oracle DOC Link:-
https://docs.oracle.com/en/database/o...
Thanks for watching it.
-----------------------------------------------------------------------------------------------------
Some other Video related to Oracle PLSQL Tutorial.
Anonymous Block in Oracle PL/SQL
Link:- • Oracle PL/SQL Tutorial 5:- Anonymous ...
PLSQL Block Structure in Oracle PL/SQL
Link:- • Oracle PL/SQL Tutorial 4:- PL/SQL Blo...
--------------------------------------------------------------------------------------------------------
Our Social Link:-
Link (Blogger) :
https://javainhand.com
Link (Facebook Group )
https://www.facebook.com/groups/14521...
Link (Facebook Page)
/ javainhand2017
On this page of the site you can watch the video online Oracle PLSQL Tutorial 6:-Variable Declaration in PL/SQL with Example in Hindi || Javainhand Tutorial with a duration of hours minute second in good quality, which was uploaded by the user JavaInhand Tutorial 04 November 2023, share the link with friends and acquaintances, this video has already been watched 380 times on youtube and it was liked by 9 viewers. Enjoy your viewing!