Joining three tables in select query

Viewed 20

This is first table orders with Id as primarykey enter image description here

This is second order_customer enter image description here

This is third table order_payment enter image description here

Each table has 100 entries but when i use query shown below it doesn't show all the entries enter image description here

What am i doing wrong?

0 Answers
Related