Can we interchange parameters in procedure while calling
Answer / vidya
If you name the parameter then you can interchange
otherwise you cannot. Like in the following example the
first case is positional and you cannot interchange. In the
second one its named and you can interchange.
Regular OraDatabase.standproc(102,'RAM'); -- Positional
OraDatabase.standproc(empno=>102,ename=>'RAM'); --Named
OraDatabase.standproc(ename=>'RAM',empno=>102);
| Is This Answer Correct ? | 22 Yes | 0 No |
what is the need of the cursor attribute notfound..(because using found attribute we can complete the task......found + negation operator = not found )
What happens if a procedure that updates a column of table X is called in a database trigger of the same table ?
How can we link a sql database to an existing android app?
how to decrement dates by 1 in mysql? : Sql dba
Does asenumerable execute the query?
what command is used to create a table by copying the structure of another table including constraints ?
What is record variable?
What is function and procedure in pl sql?
Why is pl sql needed?
what is difference b/w pravite procedures and public procedures?
3 Answers Steria, Wipro, Zensar,
Which are the different character-manipulation functions in sql?
What is posting?
Oracle (3259)
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)