Can sub procedure/function be called recursively?
No Answer is Posted For this Question
Be the First to Post Answer
How to use "if" statements on multiple conditions?
Where do we use decode and case statements?
Tab A A B ------ 1 A 2 B 3 C Tab B A B ----- 4 D 5 E 6 F Generate the value into B table from A table. Only table A has the value. Write the SQL query to get B table value.
What are the uses of synonyms?
write a sql query following source looking like below column1 column2 101,102,103 abc,def,ghi 1001,1002,1003 a,b,c i want the output column1 column1 101 abc 102 def 103 ghi 1001 a 1002 b 1003 c
What are the uses of a database trigger?
Give SQL Query to find the number words in a sentence ? ex: 'ram charan singh' then ans:3
difference between bind variable and variable
Explain the use of record option in exp command.
What are the Referential actions supported by FOREIGN KEY integrity constraint ?
What are the different editions of oracle?
How to retrieve 5th highest sal from emp table?