Compare SQL and PL/SQL.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / glibwaresoftsolutions
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 |
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 |
What is pivot query?
Does mysql support pl sql?
How will we see framework of a table?
What does plv msg allows you to do?
What is union and union all keyword in sql and what are their differences?
what is global variable in package
What are all the ddl commands?
what are different types of collation sensitivity? : Sql dba
How many joins can you have in sql?
Name some usages of database trigger?
What is file based approach?
Is pl sql different from sql?