Courses users

From Expertiza_Wiki
Jump to navigation Jump to search

The Courses Users table gives information regarding the users registered to Courses.

Courses Users Variable Documentation

Field Name Type Description
id int(11) The unique record id
user_id int(11) ID of the User registered to the particular course.
course_id int(11) ID of the associated Course.
active tinyint(1) Boolean Value indicating whether the course is active or not.

E/R diagram for Parents Tables

Tables referred by the Courses Users Table as Foreign Key Relationship.


E/R diagram for Child Tables

No Tables were referred by the Courses Users Table as Foreign Key Relationship.


Back to Database Tables Main page.