What are the sql clauses supported in the link property
sheet ?
how to get count of tables in particular database in Oracle?
What are the different editions of oracle?
What is use of oracle?
Explain the difference between sql and oracle?
How are extents allocated to a segment?
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.
Compare and contrast between sql and sql server and explain its various functions?
How many types of synonyms in Oracle?
What is the use of file param in imp command?
What are the restrictions on external table columns?
What are the attributes that are found in a cursor?
Is primary key = unique key,not null? If yes,please explain IF No,please explain