The most recent closed ticket to the current ticket


QUERY 6: Add the close time from the most recent closed ticket to the current ticket. Your query should display all of the data in the Issues table, and a new field called "Last Close" To do this, display all the data in each row, and write code to go back to the Issues table and find the close date for the last ticket that the consultant completed before this one. Include all the fields in the issue table, plus this new field, called "Last Close". Sort ascending by consultant ID and Date Opened. Do Not show tickets with category ID of 0. HINT: You will need to use a SELECT query with an alias in the builder for the column. (20 points)

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: The most recent closed ticket to the current ticket
Reference No:- TGS0142100

Expected delivery within 24 Hours