Answer Posted / 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 |
Post New Answer View All Answers
How to select all records from the table?
what are the performance and scalability characteristics of mysql? : Sql dba
How do I view a table in sql?
Which one is faster ienumerable or iqueryable?
Explain locks? : Transact sql
What is data control language?
What is benefit of creating memory optimized table?
What is asqueryable?
what is collation? : Sql dba
How to find 3rd highest salary of an employee from the employee table in sql?
What are the types of functions in sql?
What are different methods to trace the pl/sql code?
What is difference sql and mysql?
What is a constraint? Tell me about its various levels.
What is a primary key? Explain