Answer Posted / hr@tgksolutions.com
• SQL (Structured Query Language):
o Used to interact with databases (e.g., querying, inserting, updating data).
o Declarative in nature.
• PL/SQL (Procedural Language/SQL):
o Procedural extension of SQL in Oracle.
o Supports loops, conditions, and error handling.
o Used for creating functions, triggers, and stored procedures.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which version of sql do I have?
how to drop an existing view in mysql? : Sql dba
What is the use of triggers?
Can one improve the performance of sql*loader? : aql loader
What is rank dense_rank and partition in sql?
Is drop table faster than truncate?
what are local and global variables and their differences? : Sql dba
What is the sql*loader? : aql loader
The in operator may be used if you know the exact value you want to return for at least one of the columns.
What is a join query?
what is the difference between cluster and non cluster index? : Sql dba
What is Difference Between Unique and Primary Key Constraints?
Why do you partition data?
How can we link a sql database to an existing android app?
Which one is better subquery or joins?