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
In questa pagina del sito puoi guardare il video online Oracle PLSQL Tutorial 6:-Variable Declaration in PL/SQL with Example in Hindi || Javainhand Tutorial della durata di ore minuti seconda in buona qualità , che l'utente ha caricato JavaInhand Tutorial 04 novembre 2023, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 380 volte e gli è piaciuto 9 spettatori. Buona visione!