what is the use of triggers in Java program? I mean where do
we use triggers in Java programming?
how to find the n'th highest salary from emp ?
How to connect to a remote server?
What SQL query from v$session can you run to show how many sessions are logged in as a particular user account?
What is recovery manager(rman) backup in Oracle?
What is the string concatenation operator in oracle?
if you ctreate table identity
What are advantages fo Stored Procedures?
How to open a cursor variable?
How translate command is different from replace?
write a sql query following source looking like below column1 column2 101,102,103 abc,def,ghi 1001,1002,1003 a,b,c i want the output column1 column1 101 abc 102 def 103 ghi 1001 a 1002 b 1003 c
What is a dead lock in oracle?
What is meant by recursive hints ?