user table
username
password
reservation table
seatno
tableno
username
from
to
seat table
table no
seat no
i want seats that have no reservation(reservation inner join user)
reservation(reservation inner join user) that have no seat
in my sql