ow to change 'noofyr' from black photo to white photo using sql oracle

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
Question
100%

how to change 'noofyr' from black photo to white photo using sql oracle

SQL> select datehired,
2 sysdate-datehired as noofyr
3 from doctor;
DATEHIRED
NOOFYR
05-DEC-94 9613.3776
09-JAN-00 7752.3776
21-JAN-96 9201.3776
16-JUN-98 8324.3776
22-JUN-98 8318.3776
01-AUG-98 8278.3776
02-MAY-95 9465.3776
02-MAR-95 9526.3776
18-MAR-97 8779.3776
18-DEC-99 7774.3776
30-JUN-89 11597.3776
30-JUN-79 15250.3776
12 rows selected.
SQL>
Transcribed Image Text:SQL> select datehired, 2 sysdate-datehired as noofyr 3 from doctor; DATEHIRED NOOFYR 05-DEC-94 9613.3776 09-JAN-00 7752.3776 21-JAN-96 9201.3776 16-JUN-98 8324.3776 22-JUN-98 8318.3776 01-AUG-98 8278.3776 02-MAY-95 9465.3776 02-MAR-95 9526.3776 18-MAR-97 8779.3776 18-DEC-99 7774.3776 30-JUN-89 11597.3776 30-JUN-79 15250.3776 12 rows selected. SQL>
5. The hospital has decided for each year the doctor has worked, helshe will
be given an extra RM1000. Write a query that will calculate the bonus for
each doctor according to this requirement. Note: Use Nesting Functions
DATEHIRED
SALPERMON
NOOFYR NEW_BONUS
05-DEC-94
12000
26
38000
09-JAN-00
8100
21
29100
21-JAN-96
10000
25
35000
16-JUN-98
11500
23
34500
22-JUN-98
4550
23
27550
01-AUG-98
7950
23
30950
02-MAY-95
9800
26
35800
02-MAR-95
10500
26
36500
18-MAR-97
6500
24
30500
18-DEC-99
3500
21
24500
30-JUN-89
16500
32
48500
30-JUN-79
23500
42
65500
Transcribed Image Text:5. The hospital has decided for each year the doctor has worked, helshe will be given an extra RM1000. Write a query that will calculate the bonus for each doctor according to this requirement. Note: Use Nesting Functions DATEHIRED SALPERMON NOOFYR NEW_BONUS 05-DEC-94 12000 26 38000 09-JAN-00 8100 21 29100 21-JAN-96 10000 25 35000 16-JUN-98 11500 23 34500 22-JUN-98 4550 23 27550 01-AUG-98 7950 23 30950 02-MAY-95 9800 26 35800 02-MAR-95 10500 26 36500 18-MAR-97 6500 24 30500 18-DEC-99 3500 21 24500 30-JUN-89 16500 32 48500 30-JUN-79 23500 42 65500
Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Multiple table
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.
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