Answer Posted / glibwaresoftsolutions
• SQL (Structured Query Language):
o Used to interact with databases (e.g., querying, inserting, updating data).
o Declarative in nature.
• PL/SQL (Procedural Language/SQL):
o Procedural extension of SQL in Oracle.
o Supports loops, conditions, and error handling.
o Used for creating functions, triggers, and stored procedures.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the limitation on the block size of pl/sql?
What is cross join sql?
What are sql functions? Describe in brief different types of sql functions?
Is left join inner or outer by default?
What do you mean by dbms? What are its different types?
What is cursor status?
who introduced sql?
What are the advantages of normalization?
Is json a nosql?
How can we implement rollback or commit statement in a trigger?
What is the difference between subquery and correlated query?
What is crud diagram?
When you have to use a default "rollback to" savepoint of plvlog?
Define implicit and explicit cursors.
Is it possible to read/write files to-and-from PL/SQL?