Answer the question
In order to leave comments, you need to log in
What is the difference between standalone and correlated subqueries?
Hello, I tried to google different subqueries, but I didn’t really find anything about “autonomous” ones.
As I understand the following query
select e.FIO, e.Schet, s.Salary_data
from Employee e, Salary s
where e.Employee_ID = s.Employee_ID and s.Salary_data <
(select Salary_data
from Salary
where Employee_ID = 1);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question