Answer Posted / nashiinformaticssolutions
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 is null in pl/sql?
why does the selected column have to be in the group by clause or part of an aggregate function? : Sql dba
what are all the different types of indexes? : Sql dba
Lookups are a key component in sql server integration services (ssis). Explain its purpose?
what are the drivers in mysql? : Sql dba
Why is nosql good?
Explain the difference between 'between' & 'and' operators in sql
what is the difference between a web-garden and a web-farm? : Sql dba
What is set serveroutput on?
What is difference between rank () row_number () and dense_rank () in sql?
What is right join sql?
How are sql commands classified?
What is rank function in sql?
Is a table valued function object?
What is auto increment feature in sql?