Can a formula column be obtained through a select statement?
Answer / 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 |
How can we expand Parameter Form Canvas on Reports 6i?
Any attempt to navigate programatically to disabled form in a call_form stack is allowed?
What is an Alert ?
how do u call a report from form
what are the oracle forms services components include?
What is difference between open_form and call_form?
How many number of columns a record group can have?
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
What is the use of image_zoom built-in?
What is the difference between object embedding & linking in Oracle forms?
Give built-in routine related to a record groups?
What is the significance of PAGE 0 in forms 3.0 ?