Intern — Middle
What output will the console get after executing request №52
livecode
Task condition
What result will be printed in the console when running the following code
A B
x y
1 1
2 1
select A.x, B.y from A inner join B on B.y = A.x
livecode
Task condition
What result will be printed in the console when running the following code
A B
x y
1 1
2 1
select A.x, B.y from A inner join B on B.y = A.x