Answer Posted / hr@tgksolutions.com
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
What are the built in functions of sql?
What is mutating trigger?
What is the difference between partition and index?
Explain how to use transactions efficiently : transact sql
how many ways we can we find the current date using mysql? : Sql dba
Which join condition can be specified using on clause?
How many sql statements are used?
How to know the last executed procedure?
Under what condition it is possible to have a page level lock and row lock at the same time for a query? : Transact sql
What is a record in pl/sql?
what is the difference between a local and a global temporary table? : Sql dba
What is parallel hint?
What is triggering circuit?
How do I sort a table in sql?
What is the difference between drop and truncate commands?