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 |
i have xml source. xml source having lacks of records. i want extract/retrive xml source data using sql query. please tell me how to write query.
write sub query for eliminating duplicate rows using analytical function?
What is clustered and non-clustered indexes?
what is acid property in database? : Sql dba
While inserting 10 rows using procedure, if 3rd entry is having some error, what will be the output? How u will handle that error?
What is a null value?
What are the types of sql commands?
who introduced sql?
a procedure one in two out parameters i am waiting it in a sql query can i get the output
What are the types of optimization?
Lookups are a key component in sql server integration services (ssis). Explain its purpose?
How do you clear the screen in sql?
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)