M
Mike
Hi All,
Below are the four tables that I'm trying to query the
datas from. As suggested from the internet users, the
multiple queries should get all the datas from all four
tables. But I'm still having trouble getting the results
from Table4, which is the Application table.
Relationship between tables:
A user can have a computer, that can be a Desktop or a
Laptop, and each computer must have some application
installed.
User tables:
Fields:
StudentName
StudentAddress
DeskModel
LapModel
Desktop table:
Fields:
Model
Processor
RAM
AppID
Laptop table:
Fields:
Model
Processor
RAM
AppID
Application table:
Fields:
AppID
AppName
AppVersion
Any more suggestions for the queries or if I'm building my
relations incorrectly?
Thanks for the help.
Mike
Below are the four tables that I'm trying to query the
datas from. As suggested from the internet users, the
multiple queries should get all the datas from all four
tables. But I'm still having trouble getting the results
from Table4, which is the Application table.
Relationship between tables:
A user can have a computer, that can be a Desktop or a
Laptop, and each computer must have some application
installed.
User tables:
Fields:
StudentName
StudentAddress
DeskModel
LapModel
Desktop table:
Fields:
Model
Processor
RAM
AppID
Laptop table:
Fields:
Model
Processor
RAM
AppID
Application table:
Fields:
AppID
AppName
AppVersion
Any more suggestions for the queries or if I'm building my
relations incorrectly?
Thanks for the help.
Mike