prasannasoni Profile Answers by prasannasoni Aug 18th, 2006 Hi ,only one column of name Address Which contains Records like address1, Address2,Address2address1, Address2,Address2address1, Address2,Address2And So On ------------------
vijay_agg Profile Answers by vijay_agg Jul 26th, 2008 Only one column will be retrieved with name Address having data from address1,address2 and address2
rajivgupta780184 Profile Answers by rajivgupta780184 Questions by rajivgupta780184 Aug 20th, 2008 aNS>IS "C" I.E 3 COLUMN WILL BE RETRIVED FROM THIS QUERY BUT THEY ALL ARE CONCATENED BY A COMMA SEPERATED VALUE BY AN ALIAS "ADDRESS"FROM THE EMPLOYEE TABLE.
How many columns are retrieved from this query:SELECT address1||','||address2||','||address2 "Address" FROM employee;A. 1B. 2C. 3D. 0