Question: Given the variable definition below DECLARE @Data VARCHAR(100) = 'Before software can be reusable it first has to be usable.' Use the variable and some
Given the variable definition below DECLARE @Data VARCHAR(100) = 'Before software can be reusable it first has to be usable.' Use the variable and some string functions in a SELECT to display the following:

You may use only three literals in your query: the digit 1, '*' and 'first ' (notice the space after the t). After @Data is declared, treat it just like a column, such as: DECLARE @Data VARCHAR(100) ) = 'Before software can be reusable it first has to be usable.' SELECT @Data
Key Point *has to be usable
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
