Answer Posted / glibwaresoftsolutions
SQL is a domain-specific language to manage and manipulate relational databases. It primarily deals with querying, inserting, updating, and deleting data in a database. On the other hand, PL/SQL is a procedural language that extends SQL by adding programming constructs like variables, loops, and exception handling. PL/SQL is used for writing stored procedures, functions, and triggers, allowing for more complex and reusable database logic.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to find 3rd highest salary of an employee from the employee table in sql?
Compare sql & pl/sql
What is case function?
How to install oracle sql developer?
How to assign sql query results to pl sql variables?
What is full join in sql?
What is sql query optimization?
What are the constraints available in sql?
What are the types of queries in sql?
Does pl sql work in mysql?
Who developed sql?
How do I remove sql plus from windows 10?
What is sql basics?
What is the usage of sql functions?
Which command is used to delete a trigger?