0
Drag and drop from the options below to complete the statement, which selects ''name'' and minimum of the "cost'' from ''items''
SELECT name, ____(cost) FROM items WHERE name ____ '%boxes of frogs' AND seller_id ____ (68, 6, 18) Options : IN LIKE NOT BETWEEN AVG MIN
14 Respostas
+ 14
Well, the instruction was rather incomplete, there's a WHERE clause included, anyway:
MIN
LIKE
IN
That's the order of options to drop in the blanks. I suggest you learn the SELECT statement so you can understand what the query means.
Hth, cmiiw
+ 3
You're welcome, glad to help :)
+ 1
SELECT name, MIN (cost)
FROM items WHERE name
LIKE '%boxes of frogs' AND
seller_id IN (68, 6, 18)
0
Thank you so much for your help.
0
Thank you so much for your help.
0
Drag and drop from the options below to print only the items in the set "a" that are not in the set "b".
0
SELECT name, MIN(cost)
FROM items WHERE name
BETWEEN '%boxes of frogs' AND
seller id LIKE (68, 6, 18)
0
Drag y drop to select the users that have 5000. Order the resulting list by the name column in ascending order?
- 1
SELECT name, MIN (cost)
FROM items WHERE name
LIKE '%boxes of frogs' AND
seller_id IN (68, 6, 18)
- 1
SELECT name, MIN (cost) FROM items WHERE name LIKE '%boxes of frogs' AND seller_id IN (68, 6, 18)
- 1
Select where desc
- 3
Drag and drop from the options below to print only the items in the set "a" that are not in the set "b".
- 4
Drag and drop from the options below to print only the items in the set "a" that are not in the set "b".
- 4
Drag and drop from the options below to complete the command to list all of the databases.?
help me plizz javlonbekshoyimqulov@gmail.com