you are provided with the single table having say 4 col ie
fname lname age city , now the all records with displying of
only fname and lname is required but in this format say my
name is abhay khanna it will come like this
abhay-khanna
rahul-roy
gaurav-singh
the above format is required
Answer Posted / monal
TRY THIS:
SELECT FIRSTNAME +'-'+LASTNAME FROM 'TABLENAME'
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Give a example to search fr a string in all stored procedure in sql server.
What is snapshot replication?
What is query optimizer in sql server?
How to get the definition of a user defined function back?
Explain about Normalization?
Is INSTEAD OF trigger directly applicable to Table ?
What are the limitations/drawbacks or ssrs 2008 r2?
If user is owning any SQL Objects, can we drop that user
Explain the use of keyword with encryption. Create a store procedure with encryption?
Is foreign key unique?
What are the different ways you can create databases in sql server?
why would you call update statistics? : Sql server database administration
What is the difference between Triggers and Stored Procedure?
What are the limitations in ssrs on sql server express edition?
what is dbcc? : Sql server database administration