The Steps to be followed to write a research paper.
- CHECK THE STYLE GUIDE FOR YOUR JOURNAL OF CHOICE
- DO A THOROUGH LITERATURE REVIEW
For More details about publishing a paper CLICK HERE
“When it comes to winning, you need the skill and the will.” - Frank Tyger. This blog is an initiative idea to provide the skill and will to win.
Version Name | Version Number | Release Date |
1.0 Beta 1 | 1.0.xxxx.0 | Nov - 2000 |
1.0 Beta 2 | 1.0.2914.0 | 20-Jun-2001 |
1.0 RTM | 1.0.3705.0 | 05-Jan-2002 |
1.0 SP1 | 1.0.3705.209 | 19-Mar-2002 |
1.0 SP2 | 1.0.3705.288 | 07-Aug-2002 |
1.0 SP3 | 1.0.3705.6018 | 31-Aug-2004 |
1.1 SP1 | 1.1.4322.2032 | 30-Aug-2004 |
1.1 SP1 | 1.1.4322.2300 | 30-Mar-2005 |
2.0 RTM | 2.0.50727.42 | 07-Nov-2005 |
3.0 RTM | 3.0.4506.30 | 06-Nov-2006 |
COLUMN column_name HEADING column_headingTo produce a report from EMP_DETAILS_VIEW with new headings specified for LAST_NAME, SALARY, and COMMISSION_PCT, enter the following commands:
COLUMN SALARY HEADING 'MONTHLY|SALARY' COLUMN LAST_NAME HEADING 'LAST|NAME'
to set the underline to =======
SET UNDERLINE =
COLUMN column_name CLEAR
COLUMN column_name FORMAT model
COLUMN SALARY FORMAT $99,990
COLUMN LAST_NAME FORMAT A4
To give the column COMMISSION_PCT the same display attributes you gave to SALARY, but to specify a different heading, enter the following command:
COLUMN column_name CLEAR
You can insert blank lines or begin a new page each time the value changes in the break column. To insert n blank lines, use the BREAK command in the following form:break on DEPARTMENT_ID page nodup on JOB_ID skip 1 nodup
COMPUTE SUM OF SALARY ON DEPARTMENT_ID
You can also set a header and footer for each report.
The REPHEADER command defines the report header;
the REPFOOTER command defines the report footer.A TTITLE, BTITLE, REPHEADER or REPFOOTER command consists of the command name followed by one or more clauses specifying a position or format and a CHAR value you wish to place in that position or give that format. You can include multiple sets of clauses and CHAR values:
To set the page size to 66 lines, clear the screen (or advance the printer to a new sheet of paper) at the start of each page, and set the line size to 70, enter the following commands:
For detailed about Creating Oracle Reports : Click Here