How to return more than one value from a function?
Answer Posted / prajwal maloo
USING OUT AND REF PARAMETERS
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is execute immediate?
List different type of expressions with the example.
What does count (*) do in sql?
Can I copy :old and :new pseudo-records in/to an oracle stored procedure?
What is synonyms?
What does bitemporal mean?
Can we create index on primary key?
table structure: ---------------- col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10 01-mar-2012 11:12:46 01-mar-2012 11:11:23 Write a query to display the result as shown below: col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10
Can I create table without primary key?
how to create a test table in your mysql server? : Sql dba
How do I save the results of sql query in a file?
How can I see all tables in sql?
what are the features and advantages of object-oriented programming? : Sql dba
What are functions in sql?
What is sqlexception in java?