SELECT THE RECORDS FROM 3 TABLES LIKE(T1,T2,T3) AND HOW CAN
WE INSERT THAT RECORD IN ANOTHER TABLE LIKE(T4)?
Why do you use stored procedures and state some of its disadvantages?
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.
How to omit columns with default values in insert statement in oracle?
How do I know if oracle is installed on windows?
What to do if the startbd.bat failed to start the xe instance?
State any two functions of oracle?
How to experiment a data lock in oracle?
Explain about achiever in sql?
What happens if the imported table already exists?
How to update rows in table, suppose i have lacks of rows in table how to update total table with update statement. Can u please any one answer this question with update statement.
Where are the settings stored for each instance in oracle?
How do I use os authentication with weblogic jdriver for oracle and connection pools?