How to increment dates by 1 in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
How many types of synonyms in Oracle?
How do I know if oracle client is installed on windows?
How can I convert single byte kana characters into multi byte kana characters and vice-versa.
Can we convert a date to char in oracle and if so, what would be the syntax?
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.
Point out the difference between user tables and data dictionary?
1. How actually index will work ? 2. Why do people prefer mostly bitmap index and btree index in datawarehouse ? 3. If I use the column in aggrigate functions like max,min,count and avg and if I have a index created on that column, will it increases the performance ?
How can we create the complete backup of data in the oracle.
0 Answers IPEC, Satyam, SunTec,
Is there any function in oracle similar like group_concat of mysql?
What is save point in oracle database?
I have query like this. select dept_id, max_mark from stude_dept where min_mark= (select min(mini_mark) from stud_dept); How can i optimize this query. Can anyone help me with it
What is BBED in Oracle?