How to convert a date to char in oracle? Give one example.
No Answer is Posted For this Question
Be the First to Post Answer
Explain the use of rows option in imp command.
What is BBED in Oracle?
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 ?
Give the different types of rollback segments.
How to write an inner join with the where clause in oracle?
What are synonyms used for ?
I have a table emp. There is only one column in the table. In that , there are only three rows in that column. The value in the first row is 'A' and the value in the second row is 'B' and the third row is 'C'. Now, my question is , How will you write a select query to display the output as B C A Note: order by cannot be used coz it gives us output as CBA. But the output should be BCA.
What is the usage of synonyms?
what is kernel?
What is Segment Advisor in Oracle?
What is the implicit cursor in oracle?
when a grant option is encountered for a table EMP to a peer sitting beside you who has already having the table of that name (EMP), then what is the result?