How to use "in" parameter properly?
No Answer is Posted For this Question
Be the First to Post Answer
What are privileges and grants?
If a table column has is UNIQUE and has NOT NULL, is it equivalent to a PRIMARY KEY column?
candidate key is subset of super key but not vice-verse explain
How to generate query output in html format?
How to call a stored function in oracle?
Explain the family trees and connection by clause
I have a table emp. There is only one column in the table. In that , there are only three rows in that column. The value in the first row is 'A' and the value in the second row is 'B' and the third row is 'C'. Now, my question is , How will you write a select query to display the output as B C A Note: order by cannot be used coz it gives us output as CBA. But the output should be BCA.
What is the difference between post-database commit and post-form commit?
How to work with data objects interactively?
> CREATE OR REPLACE FUNCTION FACTORIAL_1(factstr varchar2 ) 2 RETURN NUMBER AS 3 new_str VARCHAR2(4000) := factstr||'*' ; 4 fact number := 1 ; 5 BEGIN 6 7 WHILE new_str IS NOT NULL 8 LOOP 9 fact := fact * TO_NUMBER(SUBSTR(new_str,1,INSTR(new_str,'*')-1)); 10 new_str := substr( new_str,INSTR(new_str,'*')+1); 11 END LOOP; 12 13 RETURN fact; 14 15 END; explanation Above program?
What are Schema Objects ?
Maximum how many triggers can be updated in table ?
5 Answers Accenture, Cap Gemini,