Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

  • Completed at: 2023-01-18T05:41:14.496Z

  • Completed languages: ruby

  • Tags: Strings, Fundamentals

  • Rank: 8 kyu

Description

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]