Question: Write an SQL script that performs the following. Generates a query to display , empno, ename, dname, sal, and hiredate using the formatting details below.

Write an SQL script that performs the following.
Generates a query to display , empno, ename, dname, sal, and hiredate using the formatting details below.
Column Headings (use SQL Plus COLUMN command; field width is within parentheses): Employee Number (15), Employee Name (15), "Department Name (15), Salary (7---- Right Justify), and Hire Date (12)
Save and submit as an SQL script file "DisplayFormatting.sql"

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!