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 are the different types of sql commands?
Is sql a programming?
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)
Explain how can you save or place your msg in a table?
How to sort the rows in sql.
What is mutating trigger?
What are sql constraints?
Which sql statement is used to delete data from a database?
What are the uses of sysdate and user keywords?
What are the datatypes available in pl/sql ?
What is the process of debugging?
What is a delimiter in sas?
how to check server status with 'mysqladmin'? : Sql dba
What is composite primary key in sql?
Explain the methods used to protect source code of pl/sql.