0

Question

SELECT name, __(cost) FROM items WHERE name __'%boxes of frogs' AND seller_id __(68, 6, 18) so I was trying to put in the functions and drag doesn't seem to work on it.

11th May 2020, 1:46 AM
Keza
Keza  - avatar
3 Answers
+ 1
Drag and drop from the options below to complete the statement, which selects ''name'' and minimum of the "cost'' from ''items'', filtering by name and seller id. SELECT name, __min(cost) FROM items WHERE name like__%boxes of frogs' AND seller_id _in_(68, 6, 18) NOT AVG BETWEEN MIN IN LIKE So how did you figure out this problem? I think its avg min like? Edited, nvm I got it
11th May 2020, 2:30 AM
Keza
Keza  - avatar