I'm new working with databases and i have the following question.
I have a table with the columns: input, output and type.
The column input and output are products ids and the column type only have 3 values 'techno','bio' or 'production'. I have 1000's of records.
Is it possible to do a query to find the inputs that have more than one record with 'production' type?
I work with SQLite3 on python. Thanks! :)