Relational tables

Hi
I’m newCourse
is pls help.
I have two tables at back endless
Users and Courses
I need to assign a course to each user on registration. Ive added only course I’d(primary key of course table) in the users table.
What is the way to do this.

Hi Christie,

Better way is to create relation from Users table to course table (doc).
You can assign courses to user on registration using handlers (doc).

Regards,

Denys