Sql .Print maker producing all the products

Hayfa

New Member
I have a table called "Product".There are three columns in that table.Maker,Model and Type.Model is the primary that is used to link with other tables.The content in the table is like this\[code\]MODEL MAKER TYPE1 A Laptop2 A PC3 B Laptop4 C Laptop5 B Printer6 D Printer7 B PC8 D Printer9 C PC10 A Printer\[/code\]I want only those makers who make all the three products.How to obtain the result?Please help Me.
 
Top