What is the difference between sql/pl-sql/embeded sql?
Answer Posted / siragam manjunath reddy
Both sql and pl/sql are languages used to acess data with in
oracle data base....sql writtens querys by using ddl,dml,dcl
etc...where plsql uses cursors,triggers,procedures etc..
In sql querys process at a time where as in plsql it done
step by step or recoed by record ...
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are the sql commands?
What are the two types of periodical indexes?
How many sql databases can you have on one server?
How does cross join work in sql?
What is the unique index?
What is sqlite format?
What is a unique key and primary key and foreign key?
Why stored procedure is better than query?
How do you drop a trigger?
Is sql database free?
What is java sql package?
What are the string functions in sql?
Why is sql important?
How to write a query to show the details of a student from students table whose
What is the difference between truncate and drop statements?