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 can we solve sql error: ora-00904: invalid identifier?
what is online transaction processing (oltp)? : Sql dba
Explain what is a view?
Which is faster union or join?
How do I view tables in sql developer?
What is difference between left and right outer join?
What does varchar include?
what are the limitations of identity column? : Transact sql
Which is faster subquery or join?
Which sorts rows in sql?
How do I remove sql plus from windows 10?
how is exception handling handled in mysql? : Sql dba
What is insert command in sql?
What is the difference between explicit and implicit cursors in oracle?
What is int identity in sql?