Respuestas Ejercicios Netcraker
Respuestas Ejercicios Netcraker
update storage
set transfered_to = 'invalid_destination'
where transfered_to = '100’
3.- Create query to delete rows from Storage table that have value ‘Invalid_destination’ in
transferred_to column.
6. Create query to select all devices ordered from most expensive ones to cheapest. Output should
have serial number, maker, price, type.
8. Create query to select most expensive PC without CD drive for makers who manufacture only
PCs. Output should have serial_number, maker, price.
9. Create query to select what's cheaper pc or laptop (considering speed, ram, hd). If maker
doesn't manufacture pc then laptop should be shown as cheapest and vice versa.
As input you have speed, ram, hd. as output you should show at least maker, serial_number, speed, ram,
hd, price.