Theory and Concept

There is a facility within SQL to change any of the column headings to whatever you desire. To insert a column name, simply use the keyword AS followed by the desired column name (i.e. AvailableCredit), following the SQL expression of the computed column, (credit_limit - balance). ................
................