--- id: 5e7b9f180b6c005b0e76f08f title: 'قواعد البيانات العلائقية: عملية Join' challengeType: 11 videoId: jvDw3D9GKac bilibiliIds: aid: 804461215 bvid: BV1Ry4y1j7tv cid: 377542880 dashedName: relational-databases-join-operation --- # --question-- ## --text-- When using a JOIN clause in an SQL statement, what does ON do? ## --answers-- يشير إلى الجداول التي سيتم تنفيذ JOIN عليها. --- يحدد الحقول المراد استخدامها لـ JOIN. --- يشير إلى كيفية ربط جدولين. ## --video-solution-- الثالث