1 2 3 4 5 6 7
sqrt(64) :memory: SELECT sqrt(64); # the SQL to run 1 # rows 1 # column sqrt(64) # this is the header row 8.0 # this is really the result