ENAME    VARCHAR2(10),    MANAGER#

Oracle 12c: SQL
3rd Edition
ISBN:9781305251038
Author:Joan Casteel
Publisher:Joan Casteel
Chapter5: Data Manipulation And Transaction Control
Section: Chapter Questions
Problem 13MC
icon
Related questions
Question

Write Trigger With this command the address of the employee will be updated to new CITY, STREET and BLDG numbers.

CREATE TABLE EMPLOYEE
(E#        NUMBER(4),
   ENAME    VARCHAR2(10),
   MANAGER#    NUMBER(4),
   HIREDATE    DATE,
   SALARY    NUMBER(7),
   COMM        NUMBER(7,2),
   DNAME    VARCHAR2(14),
   CITY       VARCHAR(13),
   STREET#   NUMBER(3),
   BLDG#       NUMBER(4),
   LEVEL#   NUMBER(2)
PRIMARY KEY(E#));

Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Fundamentals of Boolean Algebra and Digital Logics
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
  • SEE MORE QUESTIONS
Recommended textbooks for you
Oracle 12c: SQL
Oracle 12c: SQL
Computer Science
ISBN:
9781305251038
Author:
Joan Casteel
Publisher:
Cengage Learning
Np Ms Office 365/Excel 2016 I Ntermed
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:
9781337508841
Author:
Carey
Publisher:
Cengage
A Guide to SQL
A Guide to SQL
Computer Science
ISBN:
9781111527273
Author:
Philip J. Pratt
Publisher:
Course Technology Ptr