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
How many functions are there in sql?
What are the types of keys?
Explain the insert into statements in sql?
How do I send sql query results to excel?
what happens if you no create privilege in a database? : Sql dba
How to know the last executed procedure?
How does one use sql*loader to load images, sound clips and documents? : aql loader
Can we declare a column having number data type and its scale is larger than pricesionex: column_name number(10,100),column_name numbaer(10,-84)
what are the other commands to know the structure of table using mysql commands except explain command? : Sql dba
Is sql similar to python?
How does pl sql work?
What is mdf ldf and ndf?
how to enter numeric values as hex numbers? : Sql dba
Who is the owner of mysql database?
Explain foreign key in sql?