Answer Posted / madhuri
sql is a structured query language which executes one sql
statement at a time where as pl/sql is a programming
language which embedd set of sql statements as a block and
executes it.Main advantage of pl/sql over sql is,we can use
control structures,cursors,subprograms and exception
handling in this case.
Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
Is oracle sql free?
how to use like conditions? : Sql dba
What is scope and visibility in PL/SQL?
What is set serveroutput on?
ERROR:Insert or update on table"accnt" violates foreign key constraints "acct_to_curr_symbol" DETAILS:KEY(accnt_curr_id)(-2)is not present in the table "curr_symbol" ......solve The Problem..
Does group by remove duplicates?
What is a dirty read sql?
What is the difference between nvl function, ifnull function, and isnull function?
How do you remove duplicates without using distinct in sql?
What is pl sql script?
What is the need of merge statement?
How do I copy a table in sql?
Can function return multiple values in sql?
Why do we need databases?
What operators deal with null?