Welcome Guest, Not a member yet? Register   Sign In
What is the process for updating data from a 3-table join in a database?
#1

(This post was last modified: 02-19-2023, 11:24 PM by JackToncatridr.)

What is the process for updating data from a 3-table join in a database? What is the flow for updating data from a 3-table join?
The tables are as follows:
User Table
Table 1
id_user
name
email
password
Room Table
Table 2
id_room
name_room
status_room
price
Rev Table Joined from User Table and Room Table
Table 3
id_rev
id_room
id_user
facility
Reply
#2

This should get you started.

MySQLTUTORIAL -> MySQL INNER JOIN
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply




Theme © iAndrew 2016 - Forum software by © MyBB