Sorry if this is a silly question, how can we insert a row in postgresql database and read the same row again in one call?
ExecuteReader doesn't insert rows in database, ExecuteScalar and ExecuteNonQuery will return only one allow.
Is there a command to read entire row after inserting?