Hi i am new to SQL server,
I have created a database with 4 simple tables and created relationships. Ive also populated these tables with 4 rows. The problems im getting is everytime i run a query including two tables e.g.
Select * From BusinessOwners,Computers
The data is repeated multiple times each row. so instead of getting back 4 long rows of data im getting 20+ rows???
can anyone help?
Is there a correct way to display corresponding data from two tables?
I have created a database with 4 simple tables and created relationships. Ive also populated these tables with 4 rows. The problems im getting is everytime i run a query including two tables e.g.
Select * From BusinessOwners,Computers
The data is repeated multiple times each row. so instead of getting back 4 long rows of data im getting 20+ rows???
can anyone help?
Is there a correct way to display corresponding data from two tables?