What is a private synonym?
No Answer is Posted For this Question
Be the First to Post Answer
How to select some rows from a table in oracle?
What is oracle database client?
What happens to the current transaction if the session is ended?
Give the sequence in which triggers fired during insert operations, when the following 3 triggers are defined at the same block level ?
How do I manually create a database in oracle?
What is the relation of a user account and a schema?
how can we store any pdf file in oracle
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 use of oracle?
How to initialize variables with default values?
What is the difference between a vector and an Array? (Java)
What is meant by joins?