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 sql not null constraint?
What are the different types of constraints?
Can a foreign key have a different name?
explain commit and rollback in mysql : sql dba
Is sql database free?
how to return query output in html format? : Sql dba
What is the difference between an inner join and an outer join?
Explain the uses of database trigger.
Can we edit a view in sql?
How can you maintain the integrity of your database on instances where deleting an element in a table result in the deletion of the element(s) within another table?
Can we commit inside a trigger?
what are properties of a transaction? : Sql dba
What is the use of sqldataadapter?
How to sort the rows in sql.
Does truncate need commit?