Untitled

mail@pastecode.io avatar
unknown
plain_text
2 years ago
235 B
3
Indexable
Never
select * from BIKE order by DATE asc;

select COUNT(*)"Total human quantity" from BIKE;

select COUNT(*)"man quantity" from BIKE where CUSTOMER_GENDER = 'M';

select COUNT(*)"woman quantity" from BIKE where CUSTOMER_GENDER = 'F';