You are on page 1of 1

eje1) Select from A, B where A.x = B.

eje2) Select from A, B where A.x = B.y

eje3) Select from A, B, C where A.x = B.y and B.z = C.w

eje4) Select from A, B, C, D where A.x = B.y and B.z = C.w and C.h = D.p

You might also like