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 does count (*) mean?
What are the types of keys?
Is it important to partition hard disk?
How much does sql cost?
When is a declare statement required?
How can one get sql*loader to commit only at the end of the load file? : aql loader
Is oracle sql free?
What does select top 1 do in sql?
Which constraints we can use while creating database in sql?
What is %type in sql?
How can I speed up sql query?
Can there be more than one function with a similar name in a pl/sql block?
How do you use join?
When should I use nosql database?
What is keys and its types?