I have tried everything I know Im missing something can anyonehelp me answer this SQL question: List all information for eachorder item. Include an item total which can be calculated bymultiplying the Quantity and Paid each columns. Use a column aliasfor the calculated value to show the heading Item Total in theoutput.