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
if u want to delete all these detail block etc what will happen in form
Explain the different levels at which oracle form services interact.
what is a package n what r the packages availbla in report
in user parameter property we have list of values.can we write select query for binding? for example:: select empno from emp where deptno=:deptnum :deptnum is first parameter it displays distinct dept nos. if i do like this it is giving error:: bind variables are not allowed in the select statement
In what sequence do triggers get fired by oracle forms?
what is the difference between call_form, new_form and open_form?
Explain how can you use the same lov for 2 columns?
Can you convert a bit-mapped report to ASCII (character-mode) Report ? How ?
if i want to change the functionality of a item in report during runtime how like what do u write in when_button_pressed
what are the new features introduced in oracle form services in 11g release 2?
Name the different triggers associated with oracle forms having a master-detail relationship.
did u p prepared complex report
hiding item in report how like that properly,thats manually but at runtime i want to do
In workflow how can we send a notification to the Supplier giving the Corresponding report Details.
how do u compile a form i.e .fmb file in Unix or in dos