Mysql – SQL How to select original(distinct) values from table without using distinct, group by and over keywords?
Currently I'm studying and I received task to write query (join 4 tables: people, goods, orders and order details). So main table Order_details has two columns: Order_id and Good_id, in order to make possible to have many goods in one…