Can we connect to ORACLE db using Windows Authentication?
How do you rate yourself in oracle and sql server ?
How do I escape a reserved word in oracle?
What is an oracle function?
How is it different from a normal table?
I have table-A(1,2,3)& table-B(3,4,5).what is the different b/w below questions? A union all B? B union all A?
Give the sequence in which triggers fired during insert operations, when the following 3 triggers are defined at the same block level ?
Can we call a trigger inside a function and function inside a trigger? Give example.
What are the differences between char and nchar in oracle?
What is meant by recursive hints in oracle?
How to select the name of employee who is getting maximum sal with out using subquery
how to get the second max val for every group in a table
How can I convert single byte kana characters into multi byte kana characters and vice-versa.