Click here to Skip to main content
15,897,273 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi Guys

Thanks for the shared wealth of knowledge.

I want to create a table where i can compile data from multiple tables and have no idea how to do it.

Please share any simple examples you might have. Thanks for the help!!
Posted
Comments
Sergey Alexandrovich Kryukov 24-Feb-15 15:30pm    
What do you mean by "table" which is supposed to be a target of this "compilation". If this is a database table, you would violate the important principle "Single Point of Truth".
—SA

You could create a View in the database based on a query that gets the data you want to see.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 24-Feb-15 15:37pm    
If we only understood the inquirer correctly... it makes perfect sense, a 5.
—SA
Aren't you talking about Joins? Which kind of relation between tables are you talking about one to many, many to many?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900