What is the basic structure of PL/SQL ?

Answer Posted / menan

declaration part;
begin
executable part;
exception handling;
end;

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is dbms?

683


Can we perform dml on view?

645


What does partition by mean in sql?

597


Can a commit statement be executed as part of a trigger?

702


what is a cursor? : Sql dba

645






What is database white box testing and black box testing?

736


What is the difference between count 1 and count (*) in a sql query?

584


What types of commands can be executed in sql*plus?

646


What is the difference between the implicit and explicit cursors?

637


What is cross join example?

641


What is query syntax?

614


how can we optimize or increase the speed of a mysql select query? : Sql dba

594


What are sql functions? Describe the different types of sql functions?

636


Is sql the best database?

593


How to select 10 records from a table?

731