What is the problem in this code?

Programming with Microsoft Visual Basic 2017
8th Edition
ISBN:9781337102124
Author:Diane Zak
Publisher:Diane Zak
Chapter12: Database Queries With Sql
Section: Chapter Questions
Problem 9RQ
icon
Related questions
Question
100%
What is the problem in this code?
SQL Worksheet
21 with recursive empl (emp_number, mgr.number ) as
22
23
24
25
26
27
28
29
30
31
32
33
34
B5
select EMPLOYEE NUMBER, MANAGER NUMBER
from
manager
union all
select manager.EMPLOYEE NUMBER, empl.mgr_number
from manager, empl
where manager.MANAGER_NUMBER
empl.emp_number)
select from empl;
ORA-P0905: ass ng kevord
Transcribed Image Text:SQL Worksheet 21 with recursive empl (emp_number, mgr.number ) as 22 23 24 25 26 27 28 29 30 31 32 33 34 B5 select EMPLOYEE NUMBER, MANAGER NUMBER from manager union all select manager.EMPLOYEE NUMBER, empl.mgr_number from manager, empl where manager.MANAGER_NUMBER empl.emp_number) select from empl; ORA-P0905: ass ng kevord
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Types of Loop
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
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
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
Oracle 12c: SQL
Oracle 12c: SQL
Computer Science
ISBN:
9781305251038
Author:
Joan Casteel
Publisher:
Cengage Learning