can u send the sql dumps to sivakumarr1987@gmail.com
plz help me
No Answer is Posted For this Question
Be the First to Post Answer
Explain user account with reference to oracle.
What are the uses of synonyms?
what is a Nested Loop join?
Explain the use of Merge statement in oracle 11g
What is a tns service name?
if i have a procedure with 1000 line.when i run this in 61 line i got the error but i want to continue the programe without error.can anyone tell me how to handle that error.
How to update values in a table in oracle?
What view(s) do you use to associate a users SQLPLUS session with his o/s process?
The table has 3 columns 4 rows. The output is which column has least null values( A COL SHOULD BE THE OUTPUT) Write the query plz. A B C ================ 1 NULL 2 NULL 3 4 NULL 5 6 7 NULL NULL O/P C = 2 4 6
What is a trace file and how is it created in oracle?
How can return max date row A b c d e 1 2 1-mar-09 5 10 1 2 10-mar-09 5 10 Only using oracle predefined function. Not user defined. Output:-- A b c d e 1 2 10-mar-09 5 10
what is foreign key?