query in three tables (1 reply)
(MySQL.com) got three tables as follows
user_master,user_actions_type,user_actions
How to make a view involving three tables.
user_master
userid (int primary), user_name (varchar)
1, James
2, Alex
3, Justin
user_actions_type
act