Answers

Question and Answer:

  Home  PostgreSQL

⟩ Explain about string constants?

String constant contains a sequence of characters bound by single quotes. This feature is used during insertion of a character or passing character to database objects. PostgreSQL allows the usage of single quotes but embedded by a C style backslash. This feature is important in parsing data.

 150 views

More Questions for you: