how report can be generated if we have the database designed
in oracle 10g?
Answer / su
By using sql*plus environment.
we can specify the column width , through following
sql> COL empno FORMAT 999999
sql>COL ENAME FORMAT A30
sql>SELECT empno as "Employee Number",
ename as 'Employee Name"
FROM emp;
we can also use TTITLE, BTITLE etc
:)
| Is This Answer Correct ? | 0 Yes | 6 No |
What is the built-in function used for finding the alert?
What is the built-in used for showing lov at runtime?
What is a physical page ? & What is a logical page ?
What is the basic data structure that is required for creating an LOV?
State the order in which these triggers are executed ?
When do you use data parameter type?
What are the display styles of an alert?
What are the differrent types of windows?
What do you mean by a page ?
What are the default extentions of the files created by menu module?
how do u run sql loader
Can you have more than one content canvas view attached with a window?