A.SELECT.cust_last_name.Name,cust_credit_limit+1000"New.Credit.Limit"FROM.customers
B.SELECT.cust_last_name.ASName,cust_credit_limit+1000AS.New.Credit.Limit.FROM.customers
C.SELECT.cust_last_name.AS"Name",cust_credit_limit+1000AS"New.Credit.Limit"FROM.customers
D.SELECT.INITCAP(cust_last_name)"Name",cust_credit_limit+1000INITCAP("NEWCREDITLIMIT")FROM.customers