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 meant by temporal data?
How are sql commands classified?
What is rowid in sql?
What is a record in a database?
What is prepared statement in sql?
What are all different types of collation sensitivity?
Is inner join same as self join?
What is use of term?
What are different types of tables in sql?
What is package in pl sql?
Does inner join return duplicate rows?
What are different clauses used in sql?
Is primary key an index?
Can ddl statements be used in pl/sql?
What is sql constant?