looking for only SUGGESTIONS - Write sql query statement to join 2 table [closed]

What will be the sql statement (looking for only SUGGESTIONS) to join the below Table#1 and Table#2.

Table #1 - Letters: A, B, C, D

Table #2 - Directions: North, South, East, West, A

This question is interview kind of question, I dont have further information than this. I am sorry but welcome your suggestions...


SELECT table1.Letters, table2.Directions
FROM  table1, table2

.......now what next?

WHERE filter condition
ORDER BY columnlist



from Recent Questions - Stack Overflow https://ift.tt/3oqP1jL
https://ift.tt/eA8V8J

Comments

Popular posts from this blog

Spring Elasticsearch Operations

Network Error and Timeout on Authorize.net JS

Object oriented programming concepts (OOPs)