Thursday, October 21, 2010

Can You have a LEFT INNER join or RIGHT INNER join ?

NO. We can use LEFT and RIGHT with OUTER Joins only.

No comments:

Post a Comment

kubernetes controllers and workloads

In Kubernetes, Workloads are the applications you run on the cluster, while Controllers are the background control loops that watch the st...