Activity 7.02 *; * 1) Complete the SQL query to display Event and Cost *; * from PG1.STORM_DAMAGE. Format the values of Cost. *; * 2) Add a new column named Season that extracts the *; * year from Date. *; * 3) Add a WHERE clause to return rows where Cost is *; * greater than 25 billion. *; * 4) Add an ORDER BY clause to arrange rows by *; * descending Cost. Which storm had the highest *; * cost? Can someone assist ? How do I format the value of Cost to Billions ? Thank you
... View more