Constructs an unqualified identifier.
constexpr identifier( string_view id);
Unqualified identifiers are usually field, table or database names, and get formatted as:
"`column_name`"
No-throw guarantee.