Which of the following questions is answered by the SQL statement? Select Count (Product Description) from Product_T: How many different columns named "Product_Description" are there in table Product_T? How many products have product descriptions in the Product Table? How many characters are in the field name "Product Description"? How many empty products are in the table Product_T?