What are the oracle built-in data types?
No Answer is Posted For this Question
Be the First to Post Answer
what are the disadvantages of hierarchial database over RDBMS?
Preparing for Oracle PL/SQL Interviews – Need Help with Common Questions
Difference between sub query and nested query ?
19 Answers Keane India Ltd, TCS,
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?
select to_char('10','10') from dual This gives me an error oRA-1481 INVALID NUMBER FORMAT MODEL why? pls help
What is Undo Management Advisor in Oracle?
difference between imlicit cursor and explicit cursor ?
What are the attributes of the cursor?
How to select some columns from a table in oracle?
Why we use bulk collect in oracle?
Can group functions be used in the order by clause in oracle?
What is the difference between a vector and an Array? (Java)