What is the difference between sql/pl-sql/embeded sql?
Answer Posted / swapna
SQL is Structured Query Language used for DDL,DML.
PL/SQL is used for Cursors and Triggers .
Embeded SQL is used to embed SQL statements in
C,Cobol,Pascal,Foxpro like languages.
Embedded SQL - SQL statements are invoked from a host
environment like C/C++, Java or any other programming
languages.
| Is This Answer Correct ? | 5 Yes | 6 No |
Post New Answer View All Answers
What is sqlca in db2?
how to drop an existing view in mysql? : Sql dba
Explain the difference between cursor declared in procedures and cursors declared in the package specification?
Is time a data type in sql?
What is the difference between clustered and non-clustered index in sql?
What is user in sql?
Can you join views in sql?
how would you enter characters as hex numbers? : Sql dba
Define a temp table?
What are the basic sql commands?
How do you modify a column in sql?
Is progress software supports to ( pl/sql )?
What is difference between sql and mysql?
What is index example?
Difference between truncate, delete and drop commands?