Answer Posted / nashiinformaticssolutions
• 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
What is a full join sql?
Explain what is a column in a table?
What are the main features of cursor?
How do I remove sql plus from windows 10?
What is input buffer in sql*plus?
Why is the cursor important?
What is a trigger in sql?
what are the advantages of using stored procedures? : Sql dba
In what condition is it good to disable a trigger?
write an sql query to get third maximum salary of an employee from a table named employee_table. : Sql dba
Is natural join same as inner join?
How can triggers be used for the table auditing?
what is the difference between group by and order by in sql? : Sql dba
What is the difference between alter trigger and drop trigger statements?
How to read xml file in oracle pl sql?