Oracle PLSQL Tutorial 6:-Variable Declaration in PL/SQL with Example in Hindi || Javainhand Tutorial

Publicado em: 04 Novembro 2023
no canal de: JavaInhand Tutorial
380
9

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  


Nesta página do site você pode assistir ao vídeo on-line Oracle PLSQL Tutorial 6:-Variable Declaration in PL/SQL with Example in Hindi || Javainhand Tutorial duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário JavaInhand Tutorial 04 Novembro 2023, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 380 vezes e gostou 9 espectadores. Boa visualização!