How to use group functions in the select clause using oracle?
No Answer is Posted For this Question
Be the First to Post Answer
What is a SNAPSHOT ?
How can we delete duplicate rows in a table?
What is the database name in oracle?
What privilege is needed for a user to create tables in oracle?
18. Display the clientno and total value for all orders placed by that client. Output the result in the following format: Client <clientno> has placed orders to the value of <total value>
Explain about functional dependency and its relation with table design?
how do u know the total no of rows in a table?
How can we find out the duplicate values in an oracle table?
Why do I get java.lang.abstractmethoderror when trying to load a blob in the db?
How to invoke the data pump export utility?
Can we create trigger on materialized view in oracle?
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?