What is a Private Synonyms ?
Answer / orawhiz
A Private Synonyms can be accessed only by the owner.
| Is This Answer Correct ? | 1 Yes | 0 No |
What are joins..how many types of joins are there?
29 Answers Amdocs, CSC, TCS,
how to find find & delete duplicate rows from two different tables?
How to check database size in Oracle?
what are the diffeenes between oracle 9i,oracle 10g
Explain the use of owner option in exp command.
Give SQL Query to find the number words in a sentence ? ex: 'ram charan singh' then ans:3 Answer:select length(trim('ram charan singh')) - length (replace (trim ( 'ram charan singh'),' ','')) +1 from dual The above query working properly when space between the words is only one &similar But ,If the space between the words is nonuniform. Ex:'ram charan singh is good' ans:5 i am not getting this answer using above query.
What is the difference between hot backup and cold backup in oracle?
What is autonomous transaction?
What are the varoius components of physical database structure of oracle database?
How to start an oracle instance?
How to assign data of the deleted row to variables?
Can we insert data in view oracle?