What is difference between stored procedure and trigger?
What is sqlcontext?
Name the operator which is used in the query for pattern matching?
what is the Default Libraries for Oracle Report 6i
Is a view faster than a stored procedure?
Can you alter start with clause?
What are variables in pl sql?
How many tables can you join in sql?
how a reference cursor works?what all adnvantages are gained with it..specify the situation?
What is the usage of sql functions?
What is RAC in oracle?
I have a tablle like this: cust acc ----------- a 1 b 2 b 3 c 4 c 5 c 6 I Want below o/p: cust acc --------------- a 1 b 2|3 c 4|5|6 Please any one can you have any ideas share me. I have urgent requirement.
Delete the emps whose salaries are lowest sals of their own dept.