Answer Posted / hr@tgksolutions.com
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 it possible to pass an object or table to a procedure as an argument?
Mention what does the hierarchical profiler does?
what is the difference between $message and $$message? : Sql dba
Why does sql need a server?
Which is faster count (*) or count 1?
How many joins can you have in sql?
How many disk partitions should I have?
What is parallel hint?
Explain spool.
what is online transaction processing (oltp)? : Sql dba
If a cursor is open, how can we find in a pl/sql block?
Can we debug stored procedure?
Is ms sql traffic encrypted?
What is the size of partition table?
What is the difference between in and between in sql?