abbieT30771 abbieT30771 15-04-2024 Computers and Technology contestada Consider the following code: SELECT prod_name, prod_price * 2.00 AS mark_up FROM products WHERE mark_up > 3.99 ORDER BY mark_up. What might happen when it runs?