What is an anonymous block?
No Answer is Posted For this Question
Be the First to Post Answer
Is oracle an operator?
What is oracle database client?
When do I need to use a semicolon vs a slash in oracle sql?
Is there any way to find out when one specific table/view/M-view is used last time. i.e. when one specific object is used in any SELECT statement.
difference between bind variable and variable
what happened to the global index when I truncate the data in one of the partition?
How to count groups returned with the group by clause in oracle?
11. Display the client number and name and the client number and name of the person who referred that client.
How can we find the size of a database?
I have one table :EID,Depid,ename,sal I want to have max(sal) in each department.
5 Answers Microsoft, Oracle, TCS,
Will you be able to store pictures in the database?explain.
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