What is a Public Synonyms ?
Answer / orawhiz
A Public synonyms can be accessed by any user on the database
| Is This Answer Correct ? | 5 Yes | 0 No |
how can get like this result table A col1 col2 --- ----- a A b B C C .. .. .. ... .. ... wants result like for a single column col1 ------ a,b,c,........n of data and another is col1 ------- A B C D ........ a b b d ........
Which is faster join or subquery in oracle?
what is null value?
What is a system tablespace and when it is created?
Explain about the analyze command in oracle?
How to define an anonymous procedure with variables?
Give the various exception types.
17. Display the order number and average item cost for each order.
What are the different pseudo commands? Explain in general?
Is oracle a language?
Is the After report trigger fired if the report execution fails ?
How to find 1st, 2nd, 3rd highest using select select statement not using rownum