I am a novice in SQL world; I've been searching the site for couple of hours and could not find an answer.
I'm using SQL Server Management Studio to arrange a table of my customers with columns:
name, address1, address2, address3, city, state, zipcode,
item_purchased, quantity_purchased, etc...
However what I've been trying to do is to format this table as texts in such a way:
John Smith
123 Sql Street
Los Angeles, CA 90001
item_purchased - quantity_purchased
Would it be possible to achieve this in SQL? If not, would be very interested to know a way around in Java or Python input/output method.