We are creating SQL Queries with numbers/int/floats as strings when we want to insert ```sql # a is a serial, b is an int INSERT INTO b (a, b) VALUES ( DEFAULT, '2' ) RETURNING a::TEXT ```