What is the difference between function, procedure and package in pl/sql?
Answer / Apurav Garg
Functions in PL/SQL are subprograms that return a value to the calling program, while procedures do not. Procedures can perform operations but they don't return any value. A Package is a collection of related functions, procedures, and variables. It provides modularity by allowing multiple related subprograms and data to be combined into a single object.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is online transaction processing (oltp)?
using cursors salesman get bonus as 10% of their salary , managers get 20% , analalist get 30%. generae a report showing the employee name, salary , bonus.
Where is pl sql used?
Explain unique key in sql.
What is procedure function?
what are myisam tables? : Sql dba
What is sql data?
Is pl sql and postgresql same?
What is the difference between a subquery and a join?
What is sorting in sql?
Which one of the following is a reason that an INSERT statement might cause an error instead of executing correctly? 1. The INSERT statement was attempting to insert a record into a view that was created from more than one table. 2. The INSERT statement was attempting to insert a record using a combination of constants and values from an existing table. 3. The INSERT statement was attempting to insert a record with a non-NULL value into a table that has that column defined as NULL. 4. The INSERT statement was attempting to insert a record into a table by selecting a record from that same table. 5. The INSERT statement was attempting to insert a record into a view rather than a table.
What is a boolean in sql?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)