Can you assign multiple query result rows to a variable?
No Answer is Posted For this Question
Be the First to Post Answer
How to set up autotrace for a user account?
which is best institue to learn oracle 11i in ameerpet or maithrivanam or sr nagar please help
can anyone help me ? an index has been done on the primary key of a table. an update operation was performed on that table. now my question is 1> what abt the performance ? means faster or slower due to indexing ? 2> does the operation affect to the primary key constraint ?
How to drop a stored function?
If I have a select statment which retrives 2 rows, & that rows have the same data in all the fields except the last field and I want to merge the 2 rows to be in 1 row with concatenating the last field which have the different data.... eg: the 1st row has these fields: A-B-C the second row has: A-B-X ........ i want to merge the two row to be in one row like ----> A- B- C,X
How would you begin to troubleshoot an ORA-3113 error?
What is Database Link ?
How many data types are supported?
I know that i can create a table without a primary key.But is there any significance for that table???? while creating an application.
How to create tables for odbc connection testing?
What are the types of trigger in oracle?
I have created one package with out procedures in package specification and in package body i have used 2 procedures. is it compile????