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
Is like operator in sql case sensitive?
How do I send sql query results to excel?
Explain what is rdbms?
What is application trigger?
Define the select into statement.
What is pl sql commands?
What is normalisation and its types?
What is a .db file?
How do I remove sql plus from windows 10?
What is auto increment feature in sql?
What are commit, rollback, and savepoint?
Why do we need pl sql?
Explain the insert into statements in sql?
What is range partitioning?
What is the primary use of normalization?