Computer Science, asked by ayush421838, 5 hours ago

Examine the description of the EMPLOYEES table:
EMP. ID NUMBER (4) NOT NULL
LAST_NAME VARCHAR2(30) NOT NULL
FIRST NAME VARCHAR2 (30)
DEPT ID NUMBER(2)
JOB_CAT VARCHAR2(30)
SALARY NUMBER (8,2)
Which statement shows the maximum salary paid in each job category of
each department?​

Answers

Answered by Anonymous
2

Answer:

LAST_NAME VARCHAR2(30) NOT NULL

Similar questions