เรียนผู้เชียว
ผมรบกวนขอคำแนะนำ ปกติผมใช้คำสั่ง sql แบบ join แต่ผลปรากฎว่าการทำงานช้า มีหลายคนก็ไม่ค่อยเห็นด้วยกะการ join
ดังนี้จึงอยากได้วิธีการที่นิยมใช้กันแทนคำสังด้านล่าง อย่างไรได้บ้างครับ
SELECT * FROM employeetable INNER JOIN POSITION ON employeetable.position=position.pst_code
INNER JOIN department ON employeetable.department=department.dept_code
INNER JOIN section ON employeetable.section=section.sec_code