In: Computer Science
Assume thatthe table EMP hasthe following data EmpNo Surname Firstname 1 Smith Fred 2 Jay Emma 2 Phelps Mark Consider the following statement: SELECT Firstname || ' ' || Surname FROM Employee What is displayed?
Hello student.. The values will be printed without space.
Please find the two ways created by me.
If you gave space between single quotes ' '
Then the output will be like this :