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 are the built-ins used for Creating and deleting groups?
What are the different types of Package Procedure ?
What is a list item?
What are three panes that appear in the run time pl/sql interpreter?
What are the difference between lov & list item?
What is a Check Box?
How can we expand Parameter Form Canvas on Reports 6i?
What is the difference between OLE Server & Ole Container?
What are the built-ins used for Getting cell values?
What is the difference between BPA AND Contract What are documents and test cases u followed
What is the maximum size of a form ?
What is the remove on exit property?