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 sql*loader and what is it used for?
how to use case expression? : Sql dba
Why we use cross join?
What is a natural join sql?
How do you modify a column in sql?
Can there be 2 primary keys in a table?
Which join is like an inner join?
Is null operator in sql?
What does the hierarchical profiler does?
what is 'mysqlshow'? : Sql dba
what is the difference between group by and order by in sql? : Sql dba
What is the difference between having and a where in sql?
How many postgresql users are there, worldwide?
What is the difference between rename and alias?
When should I use nosql database?