SELECT stock_num, quantity*total_price FROM customer; SELECT price*2 doubleprice FROM items; SELECT count(*)+2 FROM customer; SELECT count(*)+LENGTH('ab') FROM customer;