Explain about string constants?

Submitted by: Administrator
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.
Submitted by: Administrator

Read Online PostgreSQL Job Interview Questions And Answers