SELECT name, COUNT ( order_id ) FROM orders INNER JOIN customers USING (customer_id) GROUP BY name ORDER BY name; |
Here is the result:
SELECT name, COUNT ( order_id ) FROM orders INNER JOIN customers USING (customer_id) GROUP BY name ORDER BY name; |
Here is the result:
status | not learned | measured difficulty | 37% [default] | last interval [days] | |||
---|---|---|---|---|---|---|---|
repetition number in this series | 0 | memorised on | scheduled repetition | ||||
scheduled repetition interval | last repetition or drill |