Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

where the last table mentioned will act as the junction table.

Thai

โดยที่ตารางสุดท้ายที่กล่าวถึงจะทำหน้าที่เป็นตารางแยก

Image Modified

In this generic sample app, we are treating "Form 1" as ingredients and "Form 2" as a recipe.

The figure below shows the list of recipes.

Thai

ในแอปตัวอย่างทั่วไปนี้เรากำลังรักษา "แบบฟอร์ม 1" เป็นส่วนผสมและ "แบบฟอร์ม 2" เป็นสูตร

รูปด้านล่างแสดงรายการของสูตรอาหาร

Image Modified

The figure below shows the list of ingredients.

Thai

รูปด้านล่างแสดงรายการส่วนผสม

Image Modified

A recipe requires multiple ingredients and an ingredient is used by multiple recipes. The following figure depicts the "joiner" records.

Thai

สูตรต้องการส่วนผสมหลายอย่างและส่วนผสมถูกใช้โดยหลายสูตร รูปต่อไปนี้แสดงให้เห็นถึงบันทึก "ช่างไม้"

Image Modified

And, here's how the joiner table records look like. Observe c_id_form1 and c_id_form2. They are the foreign key to table1 and table2 respectively.

Thai

และนี่คือลักษณะของตารางผู้เข้าร่วมที่มีลักษณะอย่างไร สังเกต c_id_form1 และ c_id_form2 มันเป็น foreign key ไปที่ table1 และ table2 ตามลำดับ

Image Modified

This is table1 data.

Thai

นี่คือข้อมูล table1


Image Modified

This is table2 data.

Thai

นี่คือข้อมูล table2


Image Modified

The app is created using simple select box and form grid. You may study its design by downloading the sample app below.

...

Thai

แอพนี้สร้างขึ้นโดยใช้กล่องเลือกและตารางแบบง่าย คุณสามารถศึกษาการออกแบบได้โดยดาวน์โหลดแอพตัวอย่างด้านล่าง

รูปด้านล่างแสดงการออกแบบของ Form1


Image Modified

Based on the figure below, we can see that Form 1 has:-

...