1) Write the SQL code to add a column that shows the full name of the Employee in the Employee Table. The expecting format should be “Firstname Initial Lastname” (e.g., “John G News” for the EMP_NUM 101)

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
icon
Concept explainers
Question
1) Write the SQL code to add a column that shows the full name of the Employee in the
Employee Table. The expecting format should be “Firstname Initial Lastname” (e.g.,
“John G News” for the EMP_NUM 101) 



2) Write the SQL code to add a binary variable “Hire_prior_2000” in the Employee table.
If the hire year (year of hire needs to be identified) is prior to 2000, then
Hire_prior_2000=1, other wise Hire_prior_2000=0. 






 
The image depicts a table listing employee information. The columns are labeled as follows:

1. **EMP_NUM**: Employee Number
   - 101
   - 102
   - 103
   - 104
   - 105
   - 106
   - 107
   - 108
   - 109

2. **EMP_LNAME**: Employee Last Name
   - News
   - Senior
   - Arbough
   - Ramoras
   - Johnson
   - Smithfield
   - Alonzo
   - Washington
   - Smith

3. **EMP_FNAME**: Employee First Name
   - John
   - David
   - June
   - Anne
   - Alice
   - William
   - Maria
   - Ralph
   - Larry

4. **EMP_INITIAL**: Employee Initial
   - G
   - H
   - E
   - K
   - K
   - W
   - D
   - B
   - W

5. **EMP_HIREDATE**: Employee Hire Date
   - 08-Nov-00
   - 12-Jul-89
   - 01-Dec-96
   - 15-Nov-87
   - 01-Feb-93
   - 22-Jun-04
   - 10-Oct-93
   - 22-Aug-91
   - 18-Jul-97

6. **JOB_CODE**: Job Code
   - 502
   - 501
   - 500
   - 501
   - 502
   - 500
   - 500
   - 501
   - 501

This table provides a structured record of employees, indicating their respective identification numbers, names, initials, hire dates, and job codes.
Transcribed Image Text:The image depicts a table listing employee information. The columns are labeled as follows: 1. **EMP_NUM**: Employee Number - 101 - 102 - 103 - 104 - 105 - 106 - 107 - 108 - 109 2. **EMP_LNAME**: Employee Last Name - News - Senior - Arbough - Ramoras - Johnson - Smithfield - Alonzo - Washington - Smith 3. **EMP_FNAME**: Employee First Name - John - David - June - Anne - Alice - William - Maria - Ralph - Larry 4. **EMP_INITIAL**: Employee Initial - G - H - E - K - K - W - D - B - W 5. **EMP_HIREDATE**: Employee Hire Date - 08-Nov-00 - 12-Jul-89 - 01-Dec-96 - 15-Nov-87 - 01-Feb-93 - 22-Jun-04 - 10-Oct-93 - 22-Aug-91 - 18-Jul-97 6. **JOB_CODE**: Job Code - 502 - 501 - 500 - 501 - 502 - 500 - 500 - 501 - 501 This table provides a structured record of employees, indicating their respective identification numbers, names, initials, hire dates, and job codes.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Query Syntax
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education