Can a formula column be obtained through a select statement?
Answer Posted / anil_abbireddy
Yes,
Ex:-
select empno,ename,sal,sal*10/100 hike from emp;
expl: here hike is the formula column obtained through
select statement
| Is This Answer Correct ? | 8 Yes | 6 No |
Post New Answer View All Answers
List the different types of columns in oracle reports.
Can any one send me oracle form and reports tutorials from which i may get help.contact me on my mail cse_kashif@hotmail.com.
all steps of bitmap report?
What is the difference between BPA AND Contract What are documents and test cases u followed
Can we invoke one form from another in a multi-forms application?
if i want to change the functionality of a item in report during runtime how like what do u write in when_button_pressed
If the valueset if of type –TABLE then how many tables can we attach in the valueset ?
what the 'lov of validation' property of an item? Mention what is the difference between lov and list item?
Name the different triggers supported by oracle reports and their firing order.
What are the Features of Forms 6i over 4.5? What are the Features of Forms 10g? What are the Features of Reports 6i? What are the Features of Reports 10g ?
why the Ctl file u put only in bin folder why not in other folder
what are the new features introduced in oracle form services in 11g release 2?
Why oracle forms required?
can you convert or reverse engineer a fmx back to a fmb file?
in after report trigger if you don't write Srw.user_exit(Fnd_user exit) what it will do it will stop report execution or it will just not free the memory