How to create a new user account in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
waht is referencial integrity?
How do I connect to oracle?
what is difference between table and view? where to use views? thanks in advance!
Please explain drop constraint oracle?
How to empty your oracle recycle bin?
How do I limit the number of oracle database connections generated by weblogic server?
what is the difference between no rows returned and null returned?
Explain integrity constraints?
What do you mean by redo log file mirroring?
How to convert raw data type into text in oracle? Explain
What a SELECT FOR UPDATE cursor represent.?
consider some table with 4 r 5 columns in that 1 col is DATE type. The data is like that,For each date in that col some 3 fields r there but all the records r having different data. Now i want to display all the columns by performing grouping on the date field ( as SELECTION Operator(*) cannot be used with group function having only one "group by clause". how to do this? can any one help me in finding out the solution plss?