What is the difference between sql/pl-sql/embeded sql?
Answer Posted / madhuri
SQL is a structured query language used for various
operations such as retrieval,manipulation of data using
DML,DDL statements.
PL/SQL is programming language used to write various sql
statements together.Advantage of pl/sql over sql is,you can
write many sql statements within a pl/sql block.One more
advantage is subprogramming like procedures and functions.
We can write cursors for fetching number of records at a time.
And also packages and triggers.
Embedded sql are those statements which are written in host
programs like pro*c,java etc.
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
How to read xml file in oracle pl sql?
what is try_catch block in procedure
What are different types of sql?
How to display the records between two range in Oracle SQL Plus?
How do you identify a primary key?
What is clustered index sql?
What is indexing oracle sql?
Can we delete column in sql?
what is index? : Sql dba
what is sql? : Sql dba
What are stored procedures in mysql?
How many developers work on postgresql?
How do sql triggers work?
Does a user_objects view have an entry for a trigger?
How to call shell script from pl sql procedure?