PLSQL Tutorial#02 Hello word Program in PLSQL

preview_player
Показать описание
In this PLSQL tutorial we going to write basic PLSQL programs of "Hello World" also I am going to explain very basic things of SQL developer however advance the topic of PLSQL I am going to explain in upcoming videos.

Assignment Link :


#equalConnectCoach #rakeshmalviya #OracleTutorial
Рекомендации по теме
Комментарии
Автор

Explanation good but font size big needed

vishaldavid
Автор

can you please how to create the development including installing the oracle 19c or anything and configure it to the SQL developer ide. People like me are confused in creating the environment. Thank you!

narendranath
Автор

I have learn LInux, oracle SQl, Shell scripting and PL sql . so, in which domain will get job and is it worth it in future?

HimanshuSharma-qjtc
Автор

sir in which software we can run PL sql programme

chandrakantpandey
Автор

Sir can you tell me whats wrong in my code
set SERVEROUTPUT ON
begin
dbms_output.put_line('Welcome to PL/SQL');
end;
/
bcz i didnt get output.
Compilation is successful but message is not displayed

suidheer