How do you display all columns and rows from the customers table?Write a query to retrieve only the customerName and phone from the customers table.How do you list all rows where country is 'USA' in the customers table?Write a query to find all products in the products table with a buyPrice less than 50.