-
Completed at: 2023-01-18T05:41:14.496Z
-
Completed languages: ruby
-
Tags: Strings, Fundamentals
-
Rank: 8 kyu
Write a select statement that takes `name` from `person` table and return `"Hello, <name> how are you doing today?"` results in a column named `greeting`
Make a function that will return a greeting statement that uses an input; your program should return, `"Hello, <name> how are you doing today?"`.
[Make sure you type the exact thing I wrote or the program may not execute properly]