Feeling Lazy
We're back on Yulp, and we're looking for restaurants that do delivery.
Recall the restaurants table.
restaurants
| column_name | type | 
|---|---|
id  | INTEGER  |  
name  | VARCHAR  |  
cuisine_type  | VARCHAR  |  
delivery_fee_usd  | NUMERIC  |  
address  | VARCHAR  |  
Suppose the delivery_fee_usd column being non-null means that the restaurant does delivery.
Select all the restaurants that do delivery.