What is a Garbage Collection? and what is full recursive
Garbage collection?
No Answer is Posted For this Question
Be the First to Post Answer
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 data independence exactly? give an example
how to delete all duplicate records from a table using subquery?
Is there an oracle sql query that aggregates multiple rows into one row?
How would you change old and new values in an insert, delete and update triggers?
what are the differen between key flexifild and discriptive fiexifild.
List the parts of a database trigger.
What is SQL Tuning Advisor in Oracle?
How to execute a stored program unit?
Explain the relationship among Database, Tablespace and Data file?
Display the records between two range?
What are a cluster and non-cluster index?