Question: Create and test a user-defined function named LastNameFirst that combines two parameters named FirstName and LastName into a concatenated name field formatted LastName, FirstName (including
Create and test a user-defined function named LastNameFirst that combines two parameters named FirstName and LastName into a concatenated name field formatted LastName, FirstName (including the comma and space).
Step by Step Solution
3.44 Rating (167 Votes )
There are 3 Steps involved in it
CREATE FUNCTION dbo LastNameFirst These are the input parameters FirstName LastName RETURNS VARCHAR60 AS BEGIN END FROM This is the variable that will ... View full answer
Get step-by-step solutions from verified subject matter experts
